-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Closed as not planned
Description
I'm using React Router as a...
framework
Reproduction
- Have a link that goes to another route with the same parent component (template). with eg. prefetch="render"
- On the page with the link submit a form which should change the parent component UI after reloaded
- Click link that goes to the other route with same parent UI -> UI is still the old version (expect this to also be re-prefetched)
System Info
Since Remix mergeUsed Package Manager
npm
Expected Behavior
Parent component UI should be reloaded too after a form submission/action if was prefetched with stale data
Actual Behavior
Parent component UI is stuck on old data if it was prefetched before a form submission which changed it after
pawelblaszczyk5