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.

Failed to compile after updating to v3.0.0

See original GitHub issue

After updating the next dependencies:

...
    "babel-preset-react-app":   "^7.0.2"  => "^8.0.0",
    "react-dev-utils": "^8.0.0" => "^9.0.0",
    "react-scripts": "^2.1.8" => "3.0.0",
...

I’m facing the next error using react lazy api: Captura de pantalla de 2019-04-23 10-39-10

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
codenamektcommented, Apr 23, 2019

I was having the same problem. Removed yarn.lock and node_modules/ and did a fresh yarn install. This solved for me. Might give it a try.

3reactions
dbenfouzaricommented, Apr 23, 2019

That’s exactly what I just did and it works ! But… I think it’s not the good solution, but I may be wrong 😅.

Good luck for your problem !

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failure to compile after updating to live view 0.18.3 related to ...
After updating to Live View 0.18.3 from 0.16.x the app will no longer compile and there is very little debugging information.
Read more >
Xcode 14 update has bugs and my co… - Apple Developer
Xcode 14 update has bugs and my code in c++ is not compiling with memory issues.
Read more >
No errors displayed in the "Error List" (error list doesn't show ...
Errorlist appears when "Build Only" was chosen. Errorlist disappears when"build + intellisense" was chosen. I upgraded to 15.4.3, but this problem persists.
Read more >
Unable to build iOS or Android app after upgrade to Flutter 3.0
remove the next folder /Users/your-user/.pub-cache/hosted/pub.dartlang.org; hit flutter pub upgrade. and then try to run your project.
Read more >
Lighthouse failing to compile : r/ethstaker - Reddit
Unfortunately there's an issue with the build caching for one of our dependencies (blst). It can usually be resolved by running cargo clean...
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