Why are there no flags for indicating different types of refetching? #7858
Unanswered
YauhenIhnatsyeu
asked this question in
Ideas
Replies: 1 comment
-
because we don't currently track why a refetch is made, because it usually shouldn't matter. |
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.
-
Would be good to differentiate between types of refetching, for example
const { isRefetchingOnWindowFocus, isRefetchingOnMount, isRefetchingOnCallingRefetch } = useQuery({ ... });
Beta Was this translation helpful? Give feedback.
All reactions