Skip to content
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:skip@3.0.0-beta.50]: query is still firing with skip set to true (server-side only) #6342

Closed
nathanschwarz opened this issue May 25, 2020 · 5 comments

Comments

@nathanschwarz
Copy link

I have an issue with the new beta release @3.0.0-beta.50 (server-side only) concerning useQuery with skip: true.

Intended outcome:
the queries are skipped.

Actual outcome:
The queries with skip: true option are still firing, leading to unwanted errors.

@joziahg
Copy link

joziahg commented May 27, 2020

Having same issue with regular react.

    "@apollo/react-hooks": "^3.1.5",
    "apollo-cache-inmemory": "^1.6.6",
    "apollo-client": "^2.6.10",
    "react": "^16.13.1"

@buzinas
Copy link

buzinas commented Jun 15, 2020

See apollographql/react-apollo#3492 (comment). The issue occurs on the client as well.

@3nvi
Copy link

3nvi commented Jul 17, 2020

This got introduced at a late beta of 3.0 in the client as well.

@nathanschwarz
Copy link
Author

@hwillson is this patched with #6752 ?
thanks !

@hwillson
Copy link
Member

hwillson commented May 3, 2021

Let us know if this is still a concern with @apollo/client@latest - thanks!

@hwillson hwillson closed this as completed May 3, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants