Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

protect against malformed (non-array) cached search history #1561

Merged
merged 1 commit into from
May 16, 2022

Conversation

ButteryCrumpet
Copy link
Contributor

Issue

Calling .forEach on undefined error in search history

Cause

Malformed search history was being un-serialized as undefined rather than an Array

Fix

Only update history state if loaded cache data is an Array

@ButteryCrumpet ButteryCrumpet merged commit 3fd7035 into master May 16, 2022
@ButteryCrumpet ButteryCrumpet deleted the bug/search-errors branch May 16, 2022 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant