We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I'm running compile(file, { mdxCompileOptions: { jsx: true, format: 'mdx' } }) where file is a string of a mdx file.
compile(file, { mdxCompileOptions: { jsx: true, format: 'mdx' } })
file
The output I'm getting is React without JSX.
_jsx("br", {}), "\n", _jsx("br", {}), "\n", _jsx("img", { src: "https://rojcyk.com/imgs/blog/figma-variants-crash-course/2.gif", width: "600", alt: "" })
Expected behavior JSX output
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I'm running
compile(file, { mdxCompileOptions: { jsx: true, format: 'mdx' } })
wherefile
is a string of a mdx file.The output I'm getting is React without JSX.
Expected behavior
JSX output
The text was updated successfully, but these errors were encountered: