-
Notifications
You must be signed in to change notification settings - Fork 4.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
TypeError: __webpack_require__.i(…) is not a function in React-Select #3653
Comments
Same issue here. |
Same issue here |
Same issue |
I had this issue because I started my proejct in Codesandbox. When I downloaded the project, I realised that they use an older version of React by default. Updating to the latest version of React (16.8.6) resolved the issue for me. |
Thanks for the feedback @LucidNinja! @shashankshahplutus, @sobrinho, @SourabhRanka, @mrstalon does this happen to solve the issue for you? |
This issue will now be closed due to inactivity. If anyone can provide further feedback, the issue will be re-opened. |
I am using react-select plugin for multiple selection from dropdown.
For installation i have done
npm install react-select --save
which installed latest version 3.0.4 of react-select plugin
My code is
Please help!
The text was updated successfully, but these errors were encountered: