Andarist / react-textarea-autosize

<textarea /> component for React which grows with content

Home Page:http://andarist.github.io/react-textarea-autosize/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid exports in package.json

berekuk opened this issue · comments

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).

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