You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I usually have to use useEffect to save the error thrown by refetch (of useGet) to a state.
Describe the solution you'd like
It would have been easier if refetch threw an exception on error (like mutate).
Is your feature request related to a problem? Please describe.
I usually have to use useEffect to save the error thrown by
refetch(ofuseGet) to a state.Describe the solution you'd like
It would have been easier if
refetchthrew an exception on error (like mutate).Thanks in advance!