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
In React when hydrating a server side rendered page using ReactDom.hydrate this API will produce a warning in debug builds when the html generated client side did not match the html generated server side, for example:
Preact should show the same warnings so developers know when a mismatch has occured.
The text was updated successfully, but these errors were encountered:
In React when hydrating a server side rendered page using
ReactDom.hydrate
this API will produce a warning in debug builds when the html generated client side did not match the html generated server side, for example:Preact should show the same warnings so developers know when a mismatch has occured.
The text was updated successfully, but these errors were encountered: