Not getting errors through #391
Answered by tannerlinsley
jim-at-jibba asked this question in General
-
| Hey, Thanks for the awesome package. I am sure I am missing something but when I make a request with Thanks |
Beta Was this translation helpful? Give feedback.
Answered by tannerlinsley Apr 24, 2020
Replies: 2 comments 4 replies
-
| Hi, i am also have same issue, are you resolved this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
| For React Query to catch errors, they must be thrown inside your query function. If you are using |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by jim-at-jibba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
For React Query to catch errors, they must be thrown inside your query function. If you are using
fetchfor example, it doesn't throw on a network error by default.