Error loading react-dom@15.4.2
See original GitHub issueI’ve deployed a Dash app to Heroku and the page was loading fine on my development computer, but my colleagues ran into errors loading the page. The error I’m getting in the console at the moment is:
mighty-savannah-97969.herokuapp.com/:24 GET https://unpkg.com/react-dom@15.4.2/dist/react-dom.min.js
Playing with URLs at unpkg, I see that 15.4.1 and 15.5.1 exist.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
ReactDOM not rendering anything - Stack Overflow
The issue is that you cannot use import statements without transpile. That is why the error is occurring. You'd need to use a...
Read more >React v15.4.0 – React Blog
This solves a few long-standing issues, such as errors when you import React DOM in the same file as the snapshot testing renderer....
Read more >react-dom - npm
Start using react-dom in your project by running `npm i react-dom`. There are 69840 other projects in the npm registry using react-dom.
Read more >libfuse.so: error adding symbols: File in wrong format - XCP-ng
maverick I've use something like : npm install && npm run build and in doubt I've rebuild with: npm install && yarn build...
Read more >react-dom | Yarn - Package Manager
react-dom. owner facebook74.5mMIT18.2.0DT · vulns 0 vulnerabilities ... (@gnoff in #24523); Fix false positive hydration errors with Suspense.
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 Free
Top 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

FYI - The original issue (failures serving react-dom from unpkg cdn) is being tracked here: https://github.com/unpkg/unpkg-website/issues/54
For now, you can render the files locally without relying on the CDN with