Prevent reloading of specific loader after useFetcher submit #2060
-
Hi, I would like to prevent a specific loader from being reloaded after submitting a request with Is there a way to bypass the reload here? |
Beta Was this translation helpful? Give feedback.
Answered by
merelinguist
Feb 22, 2022
Replies: 1 comment 1 reply
-
Either cache the loader response or use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
roydigerhund
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Either cache the loader response or use
shouldReload
.