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

transition.js does es import on CommonJS files from css-in-js-utils breaking es module usage #231

Closed
chrisirhc opened this issue Dec 18, 2022 · 1 comment

Comments

@chrisirhc
Copy link

chrisirhc commented Dec 18, 2022

When using inline-style-prefixer as an ES module, the hyphenateProperty call in transition.js throws errors (obj is not a function) because the css-in-js/lib/* files are actually CommonJS modules.

Potential solutions:

References:
https://nodejs.org/api/packages.html#dual-commonjses-module-packages

Related to:
babel/babel#12363

@chrisirhc
Copy link
Author

Unable to reproduce. Seems like an esm.sh build issue. Will investigate more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant