Replies: 1 comment 1 reply
-
Nope, that's fine :) Can you tell me why you needed the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to integrate my side-project with
epic-stack
's error-boundary pattern.I added
const location = useLocation();
intoGeneralErrorBoundary
,and I'm passing down
error
,params
, andlocation
to bothstatusHandlers
andunexpectedErrorHandler
.I wonder if there is any downside to this?
Beta Was this translation helpful? Give feedback.
All reactions