-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[gatsby-plugin-utils] A warning message appears when using MDX and remark-katex plugins together #28279
Comments
I am running into the same issue with a different plugin ( The failure writing the state stems from trying to serialize the |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
I also had this problem and solved it by using the remark plugins directly instead of |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 60 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Thanks again for being part of the Gatsby community! 💪💜 |
Description
When I use
gatsby-plugin-mdx
andgatsby-remark-katex
plugins together, the following warning message appears when building and developing.I've found an issue (#20538) that appears with the same warning message, but I think this error is slightly different from the issue. The message appears since
[email protected]
, and Its changelog says there is only a change for plugin option validation. So I think it is related to #27381, not an MDX's bug, because the PR clones the result of evaluated schemes, and the warning does not appear anymore when I rollback the changes. (SeokminHong@f8e1c7a)Steps to reproduce
This is minimal project settings to reproduce the bug:
$ gatsby new gatsby-mdx-warning $ cd gatsby-mdx-warning $ yarn add gatsby-plugin-mdx @mdx-js/mdx @mdx-js/react gatsby-remark-katex katex
Now, try to start development building:
Expected result
There would be no warning messages.
Actual result
A warning message appears.
Environment
The text was updated successfully, but these errors were encountered: