-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Skip not skipping query in useQuery #9673
Comments
Possibly related to #9765 |
@benjamn FYI. |
We're seeing the issue on 3.6.6 with the following parameters to
We have workarounds but it is important for us that Apollo Client is reliable. The issue is especially bad because |
@bsk26 any chance you can provide a small runnable reproduction that shows this happening? |
@hwillson this is probably a duplicate of #9765 , so prob the same repro applies https://codesandbox.io/s/apollo-client-3-6-3-skip-bug-5zbl63 |
Intended outcome:
Setting skip to true in useQuery params should skip the query.
Actual outcome:
Setting skip to true does not skip the query when refetch is used
How to reproduce the issue:
Create a query with skip params while also using refetch
Versions
Sorry to open this again but the fix mentioned in #6190 #6752 did not fix the problem, please see the thread
The text was updated successfully, but these errors were encountered: