Open ityspace opened 1 year ago
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.
Thanks in advance.
I use Next.js, chakra-ui, next-mdx-remote to build my blog.
How can I resolve it?