Replies: 3 comments
-
This doesn’t normally happen. You likely have other things going on. Projects that do things with that |
Beta Was this translation helpful? Give feedback.
-
Welcome @RiceCrisp! 👋 There are multiple different ways you could be using remark, react-markdown, or mdx. In particular a sandbox with a run-able example would help encapsulate all the dependencies, version, and configuration in one spot. |
Beta Was this translation helpful? Give feedback.
-
Thanks, I've boiled it down to something with the way OTHER components are imported (possibly caused by barrel file imports). I'll repost if I'm able to create a small project example. |
Beta Was this translation helpful? Give feedback.
-
I'm getting a hydration error in next.js when parsing markdown code blocks with a language specifier. For example:
Is this an extra plugin that I need to enable? It creates proper html (className="language-html" etc), so I assumed it was included, but like I said, it gives me this error every time:
If I remove
html
from the markdown, then it works fine.Beta Was this translation helpful? Give feedback.
All reactions