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
We have hydration issues with React18 causing the app to fail hydration. Currently we solve this by using React17 hydration, but we should push for a proper solution instead. Recently the Remix community has been talking a lot about this. Until they release a offical built in solution there was a community member who showed his custom fix.
We could use this for inspiration to fix our issue https://github.com/kiliman/remix-hydration-fix
The text was updated successfully, but these errors were encountered:
We have hydration issues with React18 causing the app to fail hydration. Currently we solve this by using React17 hydration, but we should push for a proper solution instead. Recently the Remix community has been talking a lot about this. Until they release a offical built in solution there was a community member who showed his custom fix.
We could use this for inspiration to fix our issue
https://github.com/kiliman/remix-hydration-fix
The text was updated successfully, but these errors were encountered: