You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this plugin with MDX. I noticed that MDX support was added in #93, but there are no examples provided on how actually to work with MDX files. I assumed this would work:
"gatsby-plugin-i18n" threw an error while running the createPages lifecycle:
Cannot query field "langKey" on type "MdxFields".
GraphQLError: Cannot query field "langKey" on type "MdxFields".
Does anyone know the right way of doing this?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use this plugin with MDX. I noticed that MDX support was added in #93, but there are no examples provided on how actually to work with MDX files. I assumed this would work:
But I got this error message:
Does anyone know the right way of doing this?
Thanks
The text was updated successfully, but these errors were encountered: