-
Notifications
You must be signed in to change notification settings - Fork 44
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
CommonJS Export #6
Comments
Bump. Same issue here. |
Any solution to avoid this? |
@tanvi-singh you can copy the code and export it instead of using the npm install, since the repo is not being updated since feb |
Thanks @Amoodaa , i used some other approach of converting MenuItem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible to add support for CommonJS, e.g.
main
in thepackage.json
in addition to ES6 modules? We're using Jest for tests and running into an issue with ES6 not being supported.The text was updated successfully, but these errors were encountered: