[x] Moved plugin options remarkPlugins and rehypePlugins into mdxOptions - not applicable
[x] Removed timeToRead, rawBody, slug, headings, html, mdxAST, wordCount, fileAbsolutePath from the query result. You can check Extending the GraphQL MDX nodes to learn how to re-implement some of them on your own. Also check Updating MDX nodes for guidance on changing your queries - logged as #714
[ ] gatsby-plugin-mdx only applies to local files (that are sourced with gatsby-source-filesystem)
[ ] Removed the ability to use js and json in frontmatter
Error: Cannot query field "html" on type "Mdx".
GraphQL request:9:23
8 | node {
9 | html
| ^
10 | fields { slug }
- [x] Check if the same error appears when components are removed from MDXProvider - yes
- [ ] Check if the same error appears when MDXRenderer is removed from blog-post.js - no
ERROR #11321 PLUGIN
"gatsby-plugin-feed" threw an error while running the onPostBuild lifecycle:
https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx#migrating-from-v3-to-v4
Tasks
Error
Troubleshooting
"gatsby-plugin-feed" threw an error while running the onPostBuild lifecycle:
Cannot query field "html" on type "Mdx".
GraphQL request:9:23 8 | node { 9 | html | ^ 10 | fields { slug }
Error: Cannot query field "html" on type "Mdx". GraphQL request:9:23 8 | node { 9 | html | ^ 10 | fields { slug }
ERROR #11321 PLUGIN
"gatsby-plugin-feed" threw an error while running the onPostBuild lifecycle:
Cannot query field "html" on type "Mdx".
GraphQL request:9:23 8 | node { 9 | html | ^ 10 | fields { slug }
Error: Cannot query field "html" on type "Mdx". GraphQL request:9:23 8 | node { 9 | html | ^ 10 | fields { slug }
internals.js:17 [robdy.io]/[gatsby-plugin-feed]/internals.js:17:13
task_queues:95 processTicksAndRejections node:internal/process/task_queues:95:5
not finished onPostBuild - 0.157s