question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Module create-react-class not found" because of the floating dependency react-input-autosize

See original GitHub issue

There’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:closed
  • Created 6 years ago
  • Reactions:12
  • Comments:6

github_iconTop GitHub Comments

5reactions
whichsteveypcommented, May 3, 2017

@marcellodesales you can depend on react-input-autosize@1.1.0 in your project to avoid the updated version getting placed in this libs node_modules/.

0reactions
agirtoncommented, May 19, 2017

Closing as this has been fixed in the latest release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found