Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console Error #10520

Open
Astitwa2424 opened this issue Jan 12, 2025 · 0 comments
Open

Console Error #10520

Astitwa2424 opened this issue Jan 12, 2025 · 0 comments
Labels
invalid-reproduction status: needs-triage Possible bug which hasn't been reproduced yet

Comments

@Astitwa2424
Copy link

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

  • 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 nesti

Link to the code that reproduces this issue

https://github.com/Astitwa2424/AusbizConsulting.git

Reproduction Steps

Image

Which area(s) are affected? (Select all that apply)

Not sure, area: templates, area: core, area: docs, area: ui

Environment Info

NA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid-reproduction status: needs-triage Possible bug which hasn't been reproduced yet
Projects
None yet
Development

No branches or pull requests

2 participants