-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(menu): prevent error on stale search (#3934)
* fix(menu): prevent error on stale search If a menu is added while the search is being stale, we will recieve undefined (currently an error), so we can not fetch `.data` from it. requires algolia/algoliasearch-helper-js#720 * test: add a test declaring the use case with wrong helper state
- Loading branch information
Showing
2 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters