Andarist / react-textarea-autosize

<textarea /> component for React which grows with content
http://andarist.github.io/react-textarea-autosize/
MIT License
2.18k stars 244 forks source link

Invalid exports in package.json #379

Closed berekuk closed 1 year ago

berekuk commented 1 year ago

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 commented 1 year ago

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