"Module create-react-class not found" because of the floating dependency react-input-autosize
See original GitHub issueThere’s a regression with the latest version of react-input-autosize
.
Build is failing because of a dependency with the module create-react-class
, more info on the related issue
The PR is coming (fix the dependency react-input-autosize
to fixed version 1.1.0).
Issue Analytics
- State:
- Created 6 years ago
- Reactions:12
- Comments:6
Top Results From Across the Web
ReactJs CreateClass is not a function - Stack Overflow
creatClass is an undefined function it's because the newer ... createReactClass (this gives an error 'createReactClass' is not a function.
Read more >Module not found: Can't resolve 'react-dom' error | bobbyhadz
To solve the error Module not found: Error: Can't resolve 'react-dom', ... The command will add the react-dom package to the dependencies of...
Read more >react-input-autosize - npm
Start using react-input-autosize in your project by running `npm i react-input-autosize`. There are 496 other projects in the npm registry ...
Read more >React Without ES6
With createReactClass() , this is not necessary because it binds all methods: var SayHello = createReactClass({ getInitialState: function() ...
Read more >React - Floating UI
A JavaScript library for anchor positioning with web, React, and Vue bindings, plus interaction primitives for React to build floating UI components.
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
@marcellodesales you can depend on
react-input-autosize@1.1.0
in your project to avoid the updated version getting placed in this libsnode_modules/
.Closing as this has been fixed in the latest release.