hagnerd / gatsby-starter-blog-mdx

Live Demo
https://gatsby-starter-blog-mdx-demo.netlify.com
MIT License
67 stars 43 forks source link

Import MDXProvider from @mdx-js/react #19

Closed jayantbh closed 4 years ago

jayantbh commented 4 years ago

Closes https://github.com/hagnerd/gatsby-starter-blog-mdx/issues/18

I faced what seems like the same problem as the person who opened the linked issue, and this is what fixed it for me.

Change inspired by the code here: https://mdxjs.com/advanced/components#mdxprovider

hagnerd commented 4 years ago

Hey thanks for the PR! I'll give it a merge