Uncaught Error: Cannot find module 'create-react-class'
See original GitHub issueUncaught Error: Cannot find module 'create-react-class'
at s (react-select.js:1)
at react-select.js:1
at Object.<anonymous> (react-select.js:823)
at Object.5../Async (react-select.js:2038)
at s (react-select.js:1)
at e (react-select.js:1)
at react-select.js:1
at react-select.js:1
at react-select.js:1
Issue Analytics
- State:
- Created 6 years ago
- Reactions:12
- Comments:18 (1 by maintainers)
Top Results From Across the Web
Cannot find module 'react' Error in TypeScript | bobbyhadz
To solve the "Cannot find module react or its corresponding type declarations" error, install the module and its type definitions by running the...
Read more >create-react-class - npm
Start using create-react-class in your project by running `npm i create-react-class`. There are 1713 other projects in the npm registry ...
Read more >0 - Stack Overflow
Uncaught Error : Cannot find module './undefined' ; import axios from ; 'axios'; const ; BASE_URL = "http://localhost:5000/api" ; const Token ; " ......
Read more >Switching to Preact (from React)
Simply add the following resolve.alias configuration to your webpack.config.js : ... Preact does not use a separate module for DOM rendering, ...
Read more >testing - Meteor forums
js:475 }).run(); ^ Error: Cannot find module './defineProperty' at makeMissingError (packages/modules-runtime.js:231:12) at require ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue as @aluskin and @azotova. Also found that reverting to react-select@1.0.0-rc.3 and react-input-autosize@1.1.0 with react@15.5.4 solves the issue.
@agirton Thanks for looking into this! I use the builds from CDN:
I get two error messages:
My temporary fix is to use the previous versions of react-select and react-input-autosize (in this way I get react warnings but at least everything works):