-
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
[SSR:[email protected]]: query is still firing with skip set to true (server-side only) #6342
Labels
Milestone
Comments
Having same issue with regular react.
|
See apollographql/react-apollo#3492 (comment). The issue occurs on the client as well. |
This got introduced at a late beta of 3.0 in the client as well. |
2 tasks
Let us know if this is still a concern with |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an issue with the new beta release
@3.0.0-beta.50
(server-side only) concerninguseQuery
withskip: true
.Intended outcome:
the queries are skipped.
Actual outcome:
The queries with
skip: true
option are still firing, leading to unwanted errors.The text was updated successfully, but these errors were encountered: