@next/mdx dependencies #85962
Unanswered
Valentin-Rault
asked this question in
Help
Replies: 1 comment
-
|
This is confusing because the MDX docs and the Next.js docs are talking about different use-cases. The correct dependency for Next.js MDX is:Next.js does not provide its own MDX runtime. When you use Why the MDX site says “don’t use this in Next.js”That warning refers to Next.js’ old MDX integration (before Today, with the official TL;DR
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I am confused by the mdx packages needed to use with @next/mdx. It is showed in the documentation that @mdx-js/react should be installed. But when going to the mdxjs (https://mdxjs.com/packages/react/). There it specifically says to not use this package in a nextjs app. Which one is the correct one?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions