EmilEinarsen/Hagatun

Solve Remix-React18 hydration issue

Opened this issue · 0 comments

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