-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
please remove totally outdated and unmaintained mdx.maco #1388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
this is in progress at #589, if you want to do the finishing touches on the docs, a follow up PR would be welcome |
this is a duplicate of #365, closing this issue to consolidate the conversation over there. |
I'm stuck because that PR example doesn't work for me when applied to my cra project:
|
The message you shared is a lint warning, not a webpack error. |
It classifies as "Failed to compile" ... that's not looking like a linting issue. |
Following up on
Can we please have the conversation at #365 instead of both here and there? |
Subject of the issue
The official mdx-js documentation requests to install mdx.macro along create-react-app. However, mdx.macro has unmaintained and totally outdated mdx-js dependencies to version <1.0.0. The result is that several documented functions of 1.x+ do not work. It took me quite some time to figure this out. Unfortunately, the author of mdx.macro is unable to upgrade the dependencies. When trying to manually overriding the outdated dependencies, the generated MDX code doesn't work due to changes in the API before and after 1.0+.
Your environment
Steps to reproduce
yarn install mdx.macro
Expected behaviour
Currently documented mdx features, such as inline components, to work.
Actual behaviour
Currently documented mdx features, such as inline components, don't work.
The text was updated successfully, but these errors were encountered: