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
Google Chrome (131.0.6778.140)
MacOS Sonoma (14.4.1)
Problem
I noticed an error on google chrome console that apparently has no any particular consequence on rendering and behavior of the page. The same error does not appear on Firefox or Safari.
Briefly error description:
intercept-console-error.js:51 A tree hydrated but some attributes of the server rendered HTML didn't match the client properties. This won't be patched up. This can happen if a SSR-ed Client Component used:
- A server/client branch `if (typeof window !== 'undefined')`.
- Variable input such as `Date.now()` or `Math.random()` which changes each time it's called.
- Date formatting in a user's locale which doesn't match the server.
- External changing data without sending a snapshot of it along with the HTML.
- Invalid HTML tag nesting.
It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.
The text was updated successfully, but these errors were encountered:
Environment
Google Chrome (131.0.6778.140)
MacOS Sonoma (14.4.1)
Problem
I noticed an error on google chrome console that apparently has no any particular consequence on rendering and behavior of the page. The same error does not appear on Firefox or Safari.
Briefly error description:
The text was updated successfully, but these errors were encountered: