An error "gatsby-plugin-mdx" threw an error while running the onCreateNode lifecycle occurs for every blog post inside src/blog-posts/*/.md, when gatsby-theme-docz is installed(the project does not use "gatsby-plugin-mdx").
How to remove/update the plugin? Is there a way to use docz without gatsby-theme-docz?
Adding docz gatsby-theme-docz to an existing gatsby project.
Project structure: docs/ src/ |-blog-posts/ |---article/ |-----article.md
doczrc:
An error "gatsby-plugin-mdx" threw an error while running the onCreateNode lifecycle occurs for every blog post inside src/blog-posts/*/.md, when gatsby-theme-docz is installed(the project does not use "gatsby-plugin-mdx").
How to remove/update the plugin? Is there a way to use docz without gatsby-theme-docz?