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
Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. 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.
Describe the Bug
Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component used
if (typeof window !== 'undefined')
.Date.now()
orMath.random()
which changes each time it's called.Link to the code that reproduces this issue
https://github.com/Astitwa2424/AusbizConsulting.git
Reproduction Steps
Which area(s) are affected? (Select all that apply)
Not sure, area: templates, area: core, area: docs, area: ui
Environment Info
The text was updated successfully, but these errors were encountered: