Skip to content

Conversation

@ChristopherBiscardi
Copy link
Member

raw returns the root node type as root, which ends up causing
double-processing issues. We swapped it to jsx to fix that, which ends up
causing the converted HAST to get picked off before it can be processed into
template strings, etc. The type should be element so that downstream
processing happens appropriately.

`raw` returns the root node type as `root`, which ends up causing
double-processing issues. We swapped it to `jsx` to fix that, which ends up
causing the converted HAST to get picked off before it can be processed into
template strings, etc. The type should be `element` so that downstream
processing happens appropriately.
@vercel
Copy link

vercel bot commented Apr 16, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://mdx-git-fork-christopherbiscardi-raw.mdx.now.sh

@vercel vercel bot temporarily deployed to staging April 16, 2019 19:36 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants