Replies: 3 comments 2 replies
-
Yep - I'm on board. @jacob-ebey and I actually almost shipped this as part of v7 so we can dust that off. At the time we were (probably needlessly) waffling on whether we needed reset or abort or both etc. Let's just ship |
Beta Was this translation helpful? Give feedback.
-
Sounds great. Will this issue show when it's merged into main or a development branch? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using useFetcher to submit form data without navigation within a modal. When a user submits data within the modal and closes the modal I would like clear the fetcher state so when the user re-opens the modal they get the same experience as the first usage.
I can work around this by rendering the modal only when needed which mounts and unmounts the modal component but this seems sub-optimal. Ex:
See discussion at remix-run/remix#2749.
Beta Was this translation helpful? Give feedback.
All reactions