-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
mdx 2.3.0 + remark-gfm 4.0.0 breaks tables #2379
Comments
I wanted to report this since I didn't see an issue tracking this problem on this repo yet. According to this In the issue linked above, the maintainer mentions that MDX should be making its way to be up to date with the latest changes. I'd be happy to help out with this, be would be helpful to get an intro to the work with an existing contributor (and, for that matter, a status check of whether y'all are already aware/working on this :) ). p.s. thanks so much for your work on this project! |
All the packages are done except for MDX (and remark-lint). Wait a day or two for MDX. One feature rest docs. Use the previous remark-gfm for now. |
v3 is out! |
I am using these 2 - along with "remark-gfm": "^4.0.0" and this still gives me this error. But when I downgrade remark-gfm to 3.0.1, it works. What could be causing this as everywhere I am seeing that this has been fixed now. |
@muditjuneja this is a bug in |
Thank you @ChristianMurphy ++++ for these links. I will read more into this. |
Initial checklist
Affected packages and versions
2.3.0
Link to runnable example
No response
Steps to reproduce
npm run build
Expected behavior
Build should complete successfully
Actual behavior
TypeError: Cannot read properties of undefined (reading 'inTable')
Runtime
Node v18
Package manager
npm v9
OS
macOS
Build and bundle tools
Next.js
The text was updated successfully, but these errors were encountered: