Skip to content
Discussion options

You must be logged in to vote

So, my app is running client side without any SSR

This is not what the error means, the error means that instead of hydrating the HTML generated during SSR what React will do is to render the app and throw away the HTML, here the difference is that hydrating just run effects and attach event listeners, while the other process is generating the DOM again.

You still have SSR, but it will take a few ms more to finish the hydration/rendering process.

The only thing I can think of that could be causing the problem is that in the loader the fetch of resources never returns the same data twice. Its a highly concurrent application that aggregates tons of data and I cannot guarantee that the sa…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@AnonSols
Comment options

@lili21
Comment options

Comment options

You must be logged in to vote
3 replies
@ric980
Comment options

@lili21
Comment options

@sergiodxa
Comment options

Answer selected by ric980
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants