Replies: 1 comment 1 reply
-
I misunderstood React error boundaries, I will close this question. |
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 want to display an error popup while keeping the page intact when an error occurs.
As far as I know, react-router provides only the errorElement component, which replaces the existing component with a new one.
How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions