Replies: 1 comment 3 replies
-
For now, useMutation doesn't support automatic retries. You are more than welcome to do this, but generally automatic retries on mutations can lead to some interesting issues on the backend. You'll probably want to start using idempotency keys or something to dedupe mutation requests if you start doing automatic retries. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Totally awesome package before I start. Great work!
Am I correct in saying
useMutation
does not read from aReactQueryConfigProvider
that I have defined in the same way asuseQuery
does?Is this by design or something that needs added or is there another reason?
Beta Was this translation helpful? Give feedback.
All reactions