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
On the server I render the component with renderToPipeableStream. When hydrating the component I get a Hydration failed because the initial UI does not match what was rendered on the server..
What makes me think this is a bug in react and not my code, is that everything works when I wrap the returned string in a <div> like so:
I failed to create a minimal reproducing case where the problem also happens. Have no idea what makes the situation different with the full application. Will close for now.
I have a component like this:
On the server I render the component with renderToPipeableStream. When hydrating the component I get a
Hydration failed because the initial UI does not match what was rendered on the server.
.What makes me think this is a bug in react and not my code, is that everything works when I wrap the returned string in a
<div>
like so:Also, would it be possible to have some extra info on the error what the mismatch in hydration actually is?
The text was updated successfully, but these errors were encountered: