Refetch after invalidate doesn't respect the enabled false #7730
Unanswered
juansesierra
asked this question in
Q&A
Replies: 1 comment
-
not possible from the way I see the code. Please show a minimal reproduction |
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.
-
In react query v5 I'm facing the same problem described here.
After a mutation I'm calling the query invalidation function with refetch type 'all' and it is calling the queryFn even if it's disabled. it is someone else facing the same issue?
Beta Was this translation helpful? Give feedback.
All reactions