Should throwOnError
be enabled by default?
#1349
Unanswered
donysukardi
asked this question in
Ideas
Replies: 1 comment 2 replies
-
v3 differentiates between One will throw, the other one has callbacks. |
Beta Was this translation helpful? Give feedback.
2 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.
-
The examples on
useMutation
always use the following pattern.This will not work with the default config, i.e.
throwOnError: false
.Should react-query enable it by default? Otherwise, perhaps it'd be better to include a note in the examples
Beta Was this translation helpful? Give feedback.
All reactions