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
When I render a synchronous route on server-side and then the client side hydrate the dom, I get a warning because client side asynchronous route don't expect to find the component.
In other hand react fiber reconciliation tries to remove this non hydratable node. So the page makes a blank flash on client side :(
The text was updated successfully, but these errors were encountered:
Hi!
When I render a synchronous route on server-side and then the client side hydrate the dom, I get a warning because client side asynchronous route don't expect to find the component.
In other hand react fiber reconciliation tries to remove this non hydratable node. So the page makes a blank flash on client side :(
The text was updated successfully, but these errors were encountered: