Mdx Support Testers Needed #159
raae
announced in
Announcements
Replies: 2 comments 13 replies
-
Hi @raae, thank you very much for the update. It works well on my side 👍! I have to say can't wait for the next official release. FYI, my env
Btw, I got this output here. Seems it's fetching providers multiple times during build time. Hope this is intended.
|
Beta Was this translation helpful? Give feedback.
8 replies
-
Thank you for your works to update the plugin. On the latest
diff --git a/gatsby-remark-oembed-mdx-site/package.json b/gatsby-remark-oembed-mdx-site/package.json
index ba86add..d3d14a2 100644
--- a/gatsby-remark-oembed-mdx-site/package.json
+++ b/gatsby-remark-oembed-mdx-site/package.json
@@ -15,7 +15,7 @@
"dependencies": {
"@mdx-js/mdx": "v1",
"@mdx-js/react": "v1",
- "@raae/gatsby-remark-oembed": "0.1.1",
+ "@raae/gatsby-remark-oembed": "^0.2.0-0",
"dotenv": "16.0.0",
"gatsby": "^4.11.2",
"gatsby-plugin-mdx": "^3.11.1",
@@ -27,8 +27,8 @@
"gatsby-source-filesystem": "^4.11.1",
"gatsby-transformer-remark": "^5.11.1",
"gatsby-transformer-sharp": "^4.11.0",
- "react": "^18.0.0",
- "react-dom": "^18.0.0",
+ "react": "^17.0.0",
+ "react-dom": "^17.0.0",
"react-typography": "^0.16.13",
"typeface-merriweather": "1.1.13",
"typeface-montserrat": "1.1.13", React 18 cannot be used due to the following error.
Next, I would like to test the plugin on a real website as well. |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
Turns out mdx support had been solved a while back, I just never created a new release. I have now upgraded packages, but not started on my planned larger refactor yet as I want to get mdx support out the door.
To do so I need help testing the "next" version, do so by installing next:
npm i @raae/gatsby-remark-oembed@next
or
yarn add @raae/gatsby-remark-oembed@next
and let me know if it fails in some way (or not).
Nudge: @YoranBrondsema, @daiyanze, @mono0x, @iljapanic, @valse, @Swizec
Beta Was this translation helpful? Give feedback.
All reactions