Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 551 Bytes

File metadata and controls

19 lines (13 loc) · 551 Bytes
title toc order
Error Boundaries
false
1

Error Boundaries

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

Preview

Open this example on StackBlitz:

Open in StackBlitz