You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
any suspense boundaries that get triggered, should display their fallback states while loading
I generally see the second point as expected, but the url does not always update immediately. In particular, it seems like slow, aync loaders can negate flushSync. However, I'd like have a way to force the navigation and make the pages that aren't ready display their fallback states.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When I navigate with
flushSync
, I expectI generally see the second point as expected, but the url does not always update immediately. In particular, it seems like slow, aync loaders can negate
flushSync
. However, I'd like have a way to force the navigation and make the pages that aren't ready display their fallback states.Beta Was this translation helpful? Give feedback.
All reactions