Error Boundary v2 only working in root.tsx file! #6086
Replies: 2 comments 3 replies
-
CC/ @brophdawg11 @mcansh |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have got this. The problem was coming from Meta function: by adding meta function like this works like a charm export const meta: V2_MetaFunction = ({ data }: V2_MetaArgs) => { |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to get errors from loaders, and actions but the errors are not catching in its route, instead it is catching in root.tsx error boundary. If I remove the error boundary from root.tsx then other route's own error boundary not working. I am using Error Boundary v2. Please help.
I am trying to achieve https://remix.run/docs/en/1.15.0/guides/errors#nested-error-boundaries this nested error boundary which was so easy in original version of error boundary but nested error boundary is not working in V2_error_boundary.
Beta Was this translation helpful? Give feedback.
All reactions