Replies: 1 comment 1 reply
-
hmm, I would checkout error boundaries. |
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.
-
Situation: app has a requirement where for a given catastrophic backend error it should be handled the same way no matter what component has triggered. Also there's also a requirement that other specific callback components actions (onError, onSettled) shouldn't be triggered.
Issue: App has several components that pass onError callback on some useQuery hook. Those callbacks shouldn't be triggered for that given component.
Question:
Beta Was this translation helpful? Give feedback.
All reactions