react-play icon indicating copy to clipboard operation
react-play copied to clipboard

✨ [Feature request]: Add Error Boundaries

Open Sachin-chaurasiya opened this issue 3 years ago • 1 comments

As the application grows, there might be chances that some components are error-prone and result in a blank page issue. so to overcome this issue we should add Error Boundaries that will render the fallback UI when there is an error and the user will be able to go back or try again.

Error boundaries are React components that catch JavaScript errors anywhere in their child component tree, log those errors, and display a fallback UI instead of the component tree that crashed. Read more

cc : @atapas @koustov

Sachin-chaurasiya avatar Aug 16 '22 14:08 Sachin-chaurasiya

sounds great. yes we need error boundary.

Angryman18 avatar Aug 21 '22 14:08 Angryman18