chadnext icon indicating copy to clipboard operation
chadnext copied to clipboard

Update theme-provider.tsx

Open soosho opened this issue 11 months ago • 1 comments

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="dark"
  • style={{color-scheme:"dark"}}

soosho avatar Feb 08 '25 18:02 soosho

@soosho is attempting to deploy a commit to the Moinul Moin's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Feb 08 '25 18:02 vercel[bot]