title | toc | order |
---|---|---|
Error Boundaries |
false |
1 |
This example demonstrates some of the basic features of React Router's errorElement
boundaries, including:
- Handling thrown
loader
errors - Handling render errors
- Re-throwing errors from an
errorElement
Open this example on StackBlitz: