was throwOnError removed from useMutation in version 3? #2291
Unanswered
ssteuteville
asked this question in
Q&A
Replies: 1 comment
-
Derp. mutateAsync. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
Having issues migrating usages of
useMutation
I don't know if it's typescript or what, but it looks like
throwOnError
was removed from v3? I can't seem to find it in the docs or the migration guide.A clear example of how to use
useErrorBoundary
would be helpful, i'm not sure how to migrate my compound mutations (mutations that depend on other mutations).Beta Was this translation helpful? Give feedback.
All reactions