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.

Uncaught Error: Cannot find module 'react-dom'

See original GitHub issue

in my Rails app

reactjs version 0.14.3, via gem react-rails version: 1.5.0 see react-rails/versions.md react-select version 0.9.1 via Bower

also I’ve installed react-dom version 0.1.0 via Bower.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:10

github_iconTop GitHub Comments

3reactions
stuyamcommented, Aug 9, 2016

Upgrading “react-select” to 1.0.0-beta9 fixed this error for me in my rails application.

1reaction
masonjmcommented, Dec 9, 2015

I had the same error. Upgrading react-select to 1.0.0.beta6 fixed it for me. Possibly an incompatibility with React 0.14?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: Cannot find module "react-dom" - Stack Overflow
I think it is related to this issue. react/lib/ReactDOMServer is replaced by react-dom/server . So try downgrading react to 0.14 .
Read more >
Cannot find module 'react-dom/client' from 'node_modules ...
The error "Cannot find module 'react-dom/client' from 'node_modules/@testing-library/react/dist/pure.js'" occurs because version 13 of react-testing-library has ...
Read more >
Error: Cannot find module "react-dom" · Issue #529 - GitHub
For some reason ReactDOM = require('react-dom') is throwing an error for you. It should throw that error in addition to the console.error call, ......
Read more >
cannot find module 'react-dom' - You.com | The AI Search ...
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 >
Trying to upgrade to React 18 and getting error about ... - Reddit
Uncaught Error : Cannot find module 'react-dom/client' at ... Double check if u can upgrade react dom to latest by running npm install ......
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