Replies: 1 comment 1 reply
-
What would you want to render? The actual InstantSearch children or some very short lived loading state? it's right that this could cause a flash without server side rendering |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now it renders
null
while it's waiting to render somethingInstead it would be possible to customize this loading state
The problem with rendering
null
is that it causes a flash as the component first renders, then the search starts, and then it renders again actually showing the childrenBeta Was this translation helpful? Give feedback.
All reactions