-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
Failed to import @mdx-js/mdx #167
Comments
Referenced from mdx-js/mdx#1674 |
@amatiasq thanks for the details, i will look into it! |
duplicate of #142 |
@talentlessguy I think the analysis is worth copying too |
@amatiasq yes, thanks for the details |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failing module
Error message
After running
I get this:
Additional info
Analysis
After analyzing the issue I found out it is because
helper-function-name.js
starts with this import:Which is transpiled as
So you can see we're importing the default export but then again we try to access it's default property for some reason.
The text was updated successfully, but these errors were encountered: