Make export { default } from "…"
work
#961
Labels
🦋 type/enhancement
This is great to have
🙆 yes/confirmed
This is confirmed and ready to be worked on
When I define the page wrapper in a different module and want to use it from an .mdx file, I have to write both an import and export declaration, ie.
In JavaScript, this is semantically equivalent to:
But mdx-js does not apply the wrapper in that case.
The text was updated successfully, but these errors were encountered: