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
When I declare URLs as <http://www.example.com>, then gatsby-plugin-mdx throws an error while running the onCreateNode lifecycle.
error "gatsby-plugin-mdx" threw an error while running the onCreateNode lifecycle:
Unexpected character `/` (U+002F) before local name, expected a character that can start a name, such as a letter, `$`, or `_`
The text was updated successfully, but these errors were encountered:
Your environment
Actual behaviour
When I declare URLs as
<http://www.example.com>
, thengatsby-plugin-mdx
throws an error while running theonCreateNode
lifecycle.The text was updated successfully, but these errors were encountered: