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
Unhandled Runtime Error
Error: Text content does not match server-rendered HTML.
Warning: Text content did not match. Server: "" Client: "graph TD;
A-->B;
A-->C;
B-->D;
C-->D;"
See more info here: https://nextjs.org/docs/messages/react-hydration-error
How can I resolve it?
The text was updated successfully, but these errors were encountered:
I'm sorry to interject with something unrelated... I know this is a no-no, but does Katex give you an hydration error? If not did you have to do anything special to get rid of it? I have a pretty robust app using Mathjax and I get hydration errors on every single page because of the delay in generating the svg's.
@ityspace have you been able to solve the issue I am facing the exact same thing with various plugins or with custom implementation, what is more editing MDX breaks the rendering (renders text not the graph). I was able to work around this sometimes with removing the parsed content attribute but still the hydration errors occur.
I use Next.js, chakra-ui, next-mdx-remote to build my blog.
How can I resolve it?
The text was updated successfully, but these errors were encountered: