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

Hydration Errors for LLM Evaluator #6

Open
hleo1 opened this issue Mar 22, 2025 · 0 comments
Open

Hydration Errors for LLM Evaluator #6

hleo1 opened this issue Mar 22, 2025 · 0 comments

Comments

@hleo1
Copy link

hleo1 commented Mar 22, 2025

Console Error

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 nesting.

It can also happen if the client has a browser extension installed which messes with the HTML before React loaded.

See more info here: https://nextjs.org/docs/messages/react-hydration-error

  • className="__variable_1e4310 __variable_c3aa02 antialiased"
  • className="__variable_1e4310 __variable_c3aa02 antialiased vsc-initialized"
  • processed_37f4d8c0-77c9-4974-bb2d-a99c1b3f002e="true"
  • bis_register="W3sibWFzdGVyIjp0cnVlLCJleHRlbnNpb25JZCI6ImVwcGlvY2VtaG1ubGJoanBsY2drb2ZjaWllZ29t..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant