v3.3, starters, and MDX problems #30919
Unanswered
JohnTelford
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can not get a gatsby-starter to support
gatsby@^v3.2
andMDX
.gatsby-starter-mdx-basic
uses v2.32. Changingpackage.json
to v^3.2 and runningnpm install
, does build with warning the several gatsby plugins are not compatible with gatsby version 3.3.0.Starter
gatsby-starter-default
usesgatsby@^3.2.1
. Installinggatsby-plugin-mdx @mdx-js/mdx @mdx-js/react
, and runninggatsby develop
has warningssrc/pages/404.js, src/pages/index.js, and pages/page-2.js
"warning Imported JSX component SEO must be in PascalCase." Changing SEO to Seo in the three files generates problem with several stack components.Any way to get a site running with gatsby@^v3.2 and MDX?
Beta Was this translation helpful? Give feedback.
All reactions