Referring to https://tanstack.com/router/v1/docs/framework/react/api/router/catchBoundaryComponent
I'll eventually be setting up Sentry to use their error boundary in most cases, but for cases where I'm handling known errors, I was wondering if CatchBoundary is safe to use as opposed to using something like react-error-boundary