Skip to content
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

Error boundaries #6

Open
aalin opened this issue Aug 10, 2022 · 0 comments
Open

Error boundaries #6

aalin opened this issue Aug 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@aalin
Copy link
Contributor

aalin commented Aug 10, 2022

In the past, JavaScript errors inside components used to corrupt React’s internal state and cause it to emit cryptic errors on next renders. These errors were always caused by an earlier error in the application code, but React did not provide a way to handle them gracefully in components, and could not recover from them.
Source: https://reactjs.org/docs/error-boundaries.html

Mayu needs error boundaries for the same reason.

@aalin aalin added the enhancement New feature or request label Aug 10, 2022
@aalin aalin changed the title Implement error boundaries Error boundaries Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant