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
Hi,
I have a problem with LazyBoundry component and its fallback property.
Here is example code:
I am switching the page and LazyBoundry fallback does not display anything.
Should I use it in some other way?
On client we are using BrowserRouter on SSR StaticRouter
I as far I remember it was working that way with the standard Suspense component when I didn't have SSR implemented.