Defer - onError - retry? #10027
impactvelocity
started this conversation in
General
Replies: 1 comment
-
Any news here? Seems like a must have feature. You can for example navigate to something within the same route (e.g. hash) thus triggering revalidation, but that sounds like an ultra hack 🤷♂️ |
Beta Was this translation helpful? Give feedback.
0 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.
-
The defer flow is great.
However, when an error happens - I want to allow my users to "retry". If I use fetcher.load(pathname) it will hit the loader, but it doesn't retrigger the loading.
https://reactrouter.com/en/main/guides/deferred
I am a bit confused. It seems this is the intended behaviour.
However, what is the solution here? hard refresh the page?
Beta Was this translation helpful? Give feedback.
All reactions