Avoid App to Crash after Eslint Error #9945
Unanswered
MRSTIGLITZ
asked this question in
Q&A
Replies: 1 comment 1 reply
-
CRA 4 added new ESLint rules:
https://github.com/facebook/create-react-app/releases/tag/v4.0.0 Disabling ESLint for a folder or overall is an option (see #10021), but may not be a good idea, as the ESLint rules CRA provides by default highlight potential errors. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I avoid my react app to crash after a eslint error?
I just create an app using npx create-react-app and it comes with react-scripts: 4.0.0, but think something change, because before was using in another app version 3.4.1 and my app wasn't crashing, just seeing the errors on my editor.
Beta Was this translation helpful? Give feedback.
All reactions