-
With ErrorBoundary we can provide some error display to user. But we could add something like retryButton to allow user to recorver from error, but how to do this with ErrorBoundary? maybe provide a rerender function as an arg in fallback function? |
Beta Was this translation helpful? Give feedback.
Answered by
ryansolid
Mar 14, 2021
Replies: 1 comment 1 reply
-
Yeah that sounds reasonable I will look at adding a reset method to the callback. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ryansolid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah that sounds reasonable I will look at adding a reset method to the callback.