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
The client correctly warns when there's a hydration mismatch between the client and server, but the warning mixes up the results, showing the client state as server state and vice versa.
Reproduction
Defining a component's state that's dependent on client-side hydration, something like:
Describe the bug
The client correctly warns when there's a hydration mismatch between the client and server, but the warning mixes up the results, showing the client state as server state and vice versa.
Reproduction
Defining a component's state that's dependent on client-side hydration, something like:
Will show the warning:
System Info
Used package manager:
npm
The text was updated successfully, but these errors were encountered: