How to recover from error in errorElement #224
Unanswered
blessanm86
asked this question in
Q&A
Replies: 1 comment 2 replies
|
Bump! That's something I also wanna know 😄 |
2 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.
Hi would one recover from an error in the errorElement. Like is there a way to force the reload of a route?
Currently my
errorElementlooks like this.I would like to put a button there and do something like
route.reload()that only triggers the loader for that child route.All reactions