Skip to content

Whenever a JSX compilation error occurs, app crashes #9481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ugultopu opened this issue Aug 13, 2020 · 1 comment
Closed

Whenever a JSX compilation error occurs, app crashes #9481

ugultopu opened this issue Aug 13, 2020 · 1 comment

Comments

@ugultopu
Copy link

Environment

macOS Catalina 10.15.6
node v14.7.0

Steps to Reproduce

In your text editor, enable auto-save. Hence, whenever you make a change, your editor saves your changes immediately.

Expected Behavior

Whenever a JSX compilation error occurs while editing the code, the app should just issue a warning about the error and not crash. It should continue as usual.

Actual Behavior

Whenever a JSX compilation error occurs while editing the code, the app crashes. Hence, every time you make a change that breaks the JSX compilation, you need to run npm start again in order for react-scripts start to be executed and your app to run.

@ugultopu
Copy link
Author

Seems to be gone by itself. Not sure why it happened in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant