Category "react-error-boundary"

reset error boundary on back journey using useErrorHandler hook from react-error-boundary

I am using react-error-boundary package to show the fall back UI in case application throws any errors. The package works fine for me. I need to understand how

React-router stops working when error boundary catches an error in route

The codepen linked to below, uses react-router and an error boundary to catch errors within each route. If you click on "Shop", the error is caught as expected