You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.
Upon installing and trying to implement a <TextArea />, webpack is unable to compile. I get the following error:
TypeError: Cannot read property 'any' of undefined
at ...node_modules/react-text-input/target/out/index.js:1:1648
It looks like there's some issue with React.PropTypes not being imported or referenced correctly. I'm not sure if this has to do with some incompatibility with my Babel setup and the library, or if the library needs to be updated. Or it could be something else entirely. The inner workings of Babel are still new to me.
Let me know if there's any other detail I should provide.
Thanks for building such a useful tool!
The text was updated successfully, but these errors were encountered:
Upon installing and trying to implement a
<TextArea />
, webpack is unable to compile. I get the following error:TypeError: Cannot read property 'any' of undefined
at ...
node_modules/react-text-input/target/out/index.js:1:1648
It looks like there's some issue with
React.PropTypes
not being imported or referenced correctly. I'm not sure if this has to do with some incompatibility with my Babel setup and the library, or if the library needs to be updated. Or it could be something else entirely. The inner workings of Babel are still new to me.Let me know if there's any other detail I should provide.
Thanks for building such a useful tool!
The text was updated successfully, but these errors were encountered: