Replies: 2 comments
-
I thought this might be related to #3862 but the problem still exists after upgrading to v4. Perhaps @TkDodo can chime in. |
Beta Was this translation helpful? Give feedback.
0 replies
-
yeah I think this is not implemented in queries. code would be here, I'd accept a PR that fixes this: query/packages/query-core/src/queryObserver.ts Lines 677 to 683 in 46ad29a |
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.
-
Example:
https://codesandbox.io/s/broken-lake-idleic?file=/src/App.js
I have a vague feeling that this is because
mutate()
inuseMutation()
is triggered inside a callback, which swallow the error.Beta Was this translation helpful? Give feedback.
All reactions