Skip to content
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

Can't reexport the named export 'attributesToProps' from non EcmaScript module (only default export is available) #217

Closed
anhtran opened this issue Jan 28, 2021 · 3 comments · Fixed by #220
Assignees
Labels
bug Something isn't working

Comments

@anhtran
Copy link

anhtran commented Jan 28, 2021

I used this in Next.js. After upgrade to the new version 1.2.2, the error has occurred.

./node_modules/html-react-parser/index.mjs
Can't reexport the named export 'attributesToProps' from non EcmaScript module (only default export is available)
@varunkumar3091999
Copy link

Same issue for me too.

@remarkablemark remarkablemark added the bug Something isn't working label Jan 28, 2021
@remarkablemark remarkablemark self-assigned this Jan 28, 2021
@remarkablemark
Copy link
Owner

I can reproduce the error in #219, I will work on a fix. This is caused by #216.

@remarkablemark
Copy link
Owner

Published v1.2.3:

npm:

npm i html-react-parser@1.2.3

Yarn:

yarn add html-react-parser@1.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants