Is React-Error-Boundary Typesafe in TypeScript?

Nuther question! Been seeing a lot of people talking about using react-error-boundary for doing error handling... But I haven't seen anyone using it in a Typescript context where it tracks the types of errors being thrown...


Asking here because I'm inferring that react-error-boundary is basically "not typesafe" but wanted to double check my assumption...
Was this page helpful?