-
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
Broken resetStore for queries with skip #7113
Comments
I am getting the same error. Has anyone found a solution to this one? Here's how I am able to reproduce:
|
Appears to have been caused by #6999 |
This should be fixed in |
Hi all! I updated from apollo-client 2.6 to @apollo/client 3.2.2 and had some unexpected behavior.
Intended outcome:
Query with flag
skip=true
on callclient.resetStore()
shouldn't be refetchedActual outcome:
Query with flag
skip=true
on callclient.resetStore()
refetchesHow to reproduce the issue:
skip=true
Versions
System:
OS: macOS 10.15.5
Binaries:
Node: 14.11.0 - /usr/local/bin/node
npm: 6.14.8 - /usr/local/bin/npm
Browsers:
Chrome: 85.0.4183.121
Firefox: 80.0.1
Safari: 13.1.1
npmPackages:
@apollo/client: ^3.2.2 => 3.2.2
npmGlobalPackages:
apollo: 2.30.3
The text was updated successfully, but these errors were encountered: