Failed to compile after updating to v3.0.0
See original GitHub issueAfter 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:
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:10 (1 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
I was having the same problem. Removed
yarn.lock
andnode_modules/
and did a freshyarn install
. This solved for me. Might give it a try.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 !