Using InstantSearchNext with React Suspense #5980
Unanswered
LCooper-Kencove
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The component that contains our search is wrapped with React's Suspense component to show a placeholder while loading. The placeholder has an empty search bar instead of InstantSearchNext. I'm wondering if we're getting the error below because InstantSearchNext is loading while there's no widget currently displayed on screen. This does not happen if InstantSearchNext is replaced with InstantSearch.
Beta Was this translation helpful? Give feedback.
All reactions