Replies: 1 comment 1 reply
-
the discussion originated here: #1111 and there is also a summary in the PR: #1130 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I checked
useMutation
changes in migrating react-query 3.3 from 2.6.x of my project.I don't understand why
mutate
andmutateAsync
both needed. Both work in asynchronous andmutateAsync
is forward compatibility ofmutate
. duplicating same function can cause confuse developers.Could I know why?
Beta Was this translation helpful? Give feedback.
All reactions