-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hydration failed because the initial UI does not match what was rendered on the server. - https://legacy.reactjs.org/docs/error-decoder.html/?invariant=418
https://stackoverflow.com/questions/71706064/react-18-hydration-failed-because-the-initial-ui-does-not-match-what-was-render
facebook/react#24519 (comment)
Likely doesn't like <p> tags in tables or some other HTML.
There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering.
https://reactjs.org/docs/error-decoder.html?invariant=423
Text content does not match server-rendered HTML.
vercel/next.js#38263
https://stackoverflow.com/questions/74461835/next-js-throws-error-text-content-does-not-match-server-rendered-html
Refused to load the script 'https://vercel.live/_next-live/feedback/feedback.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' 'unsafe-inline' giscus.app". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.