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.

ReactDom.render is not a function error with version 0.3.0

See original GitHub issue

I am getting the following error after upgrading to v0.3.0; everything works fine using v0.2.3

fee6b0bd49a5e8e9775e4eb5fd789a0f.js:sourcemap:17886 Uncaught TypeError: ReactDOM.render is not a function
    at Object.require.1.react (fee6b0bd49a5e8e9775e4eb5fd789a0f.js:sourcemap:17886)
    at newRequire (fee6b0bd49a5e8e9775e4eb5fd789a0f.js:sourcemap:41)
    at require.8 (fee6b0bd49a5e8e9775e4eb5fd789a0f.js:sourcemap:66)
    at fee6b0bd49a5e8e9775e4eb5fd789a0f.js:sourcemap:71
require.1.react @ fee6b0bd49a5e8e9775e4eb5fd789a0f.js:sourcemap:17886
newRequire @ fee6b0bd49a5e8e9775e4eb5fd789a0f.js:sourcemap:41
require.8 @ fee6b0bd49a5e8e9775e4eb5fd789a0f.js:sourcemap:66
(anonymous) @ fee6b0bd49a5e8e9775e4eb5fd789a0f.js:sourcemap:71

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
drtyh2ocommented, Jan 5, 2018

@fathyb Thank you … I have already deployed it.

1reaction
fathybcommented, Jan 5, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

ReactDOM.render is not a function - Stack Overflow
I am stuck in this code where everything looks fine but still get the error of ReactDOM.render is not a ...
Read more >
react (0.3.0) - Haxelib
A Haxe library offering externs and tool functions leveraging Haxe's excellent type system and compile time macros to offer a strongly typed language...
Read more >
react-dom | Yarn - Package Manager
Design simple views for each state in your application, and React will efficiently update and render just the right components when your data...
Read more >
ReactDOM.render is no longer supported in React 18
The error "ReactDOM.render is no longer supported in React 18. Use createRoot instead" occurs because the `ReactDOM.render` method has been deprecated.
Read more >
Changelog - Cypress Documentation
Fixed an issue where the incorrect Cypress version could be shown in the ... yielded rerender function has been updated to only create...
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