-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when { enabled: false }, isFetching === true #624
Comments
use
Codesandbox: https://codesandbox.io/s/react-query-bugs-01luv |
is this intended behavior? |
🎉 This issue has been resolved in version 2.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
From docs:
But behavior after this issue:
@tannerlinsley which behavior is correct for this case? Is it a bug in docs? |
Describe the bug
when
{ enabled: false }
,isFetching === true
To Reproduce
Steps to reproduce the behavior:
https://codesandbox.io/s/react-query-bugs-7m6j9
Expected behavior
when
{ enabled: false }
,isFetching === false
The text was updated successfully, but these errors were encountered: