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.

Error loading react-dom@15.4.2

See original GitHub issue

I’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:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
chriddypcommented, Aug 16, 2017

FYI - The original issue (failures serving react-dom from unpkg cdn) is being tracked here: https://github.com/unpkg/unpkg-website/issues/54

1reaction
chriddypcommented, Aug 16, 2017

For now, you can render the files locally without relying on the CDN with

app.css.config.serve_locally = True
app.scripts.config.serve_locally = True
Read more comments on GitHub >

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

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