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

Invalid exports in package.json #379

Closed
berekuk opened this issue Jul 1, 2023 · 1 comment · Fixed by #381
Closed

Invalid exports in package.json #379

berekuk opened this issue Jul 1, 2023 · 1 comment · Fixed by #381

Comments

@berekuk
Copy link

berekuk commented Jul 1, 2023

exports["."].browser.import points to ./dist/react-textarea-autosize.browser.cjs.mjs, which doesn't exist.

There are a few other paths in exports which don't exist, but I'm having problems with that one (in Jest environment with ESM).

@Andarist
Copy link
Owner

Andarist commented Jul 3, 2023

Thank you for the report! I located the problem and I'm fixing it here

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

Successfully merging a pull request may close this issue.

2 participants