Replies: 1 comment
-
In my case it worked using async/await with an try/catch wrapping the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Duplicating StackOverlow questions regarding a default Error Boundary.
Question
Is there a way to disable the default error boundary component/behavior?
Example:
I want to skip the error that is thrown from the
loader
and still renderRouteComponent
to show the guest page instead.Beta Was this translation helpful? Give feedback.
All reactions