-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Bug?]: cannot import chai from a module using PNP #3671
Comments
Note that ESM support is experimental; however this is fixed by #3667, you can verify by running yarn set version from sources --branch 3667 && yarn && yarn test |
#3667 mentions:
But I thought this issue is about trying to import EDIT: Uhh, I think I understand now... The "entrypoint" is |
Yes |
#3667 appears to fix the issue, so i'll keep an eye out for when it's either in master or for a new release. Thanks! |
I'll leave this open until the PR is merged |
Self-service
Describe the bug
Importing chai from a module:
leads to:
To reproduce
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: