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 use clientLoader+HydrateFallback, hydration always failed, so I try to use remix-development-tools to debug it. the diff is below.
server side render HydrateFallback component.
client side render the route component.
So the difference makes hydration failed.
So I try to reproduce in one minimal app, but It works fine. After I compare it carefully, I try to set basename+base in vite config, The error is reproduced.
Can anybody tell me what should I do in this case, thanks a lot!
The text was updated successfully, but these errors were encountered:
We just published version 2.10.0-pre.0 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!
Reproduction
/sub/cost
routeError: Hydration failed
System Info
Used Package Manager
npm
Expected Behavior
should hydrate without any errors!
Actual Behavior
Oh, it killed lots of my time.
When I use clientLoader+HydrateFallback, hydration always failed, so I try to use
remix-development-tools
to debug it. the diff is below.So the difference makes hydration failed.
So I try to reproduce in one minimal app, but It works fine. After I compare it carefully, I try to set basename+base in vite config, The error is reproduced.
Can anybody tell me what should I do in this case, thanks a lot!
The text was updated successfully, but these errors were encountered: