We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Currently, styled-jsx plugins can't be written with ESM imports syntax because it requires the import instead of using dynamic import syntax.
styled-jsx
The problematic line of code is:
styled-jsx/src/_utils.js
Line 530 in e41c6fe
styled-jsx should be able to work with plugins written with ESM.
Related: Thream/styled-jsx-plugin-sass#68
The text was updated successfully, but these errors were encountered:
fix: usage of CJS instead of ESM because of incompatibility issues wi…
7a174cc
…th `styled-jsx` close #68 See: vercel/styled-jsx#733
No branches or pull requests
What is the current behavior?
Currently,
styled-jsx
plugins can't be written with ESM imports syntax because it requires the import instead of using dynamic import syntax.The problematic line of code is:
styled-jsx/src/_utils.js
Line 530 in e41c6fe
What is the expected behavior?
styled-jsx
should be able to work with plugins written with ESM.Related: Thream/styled-jsx-plugin-sass#68
The text was updated successfully, but these errors were encountered: