question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[SSR:skip@3.0.0-beta.50]: query is still firing with skip set to true (server-side only)

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
buzinascommented, Jun 15, 2020
0reactions
hwillsoncommented, May 3, 2021

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

ssr: false still sends request to server rendering serverside ...
I have set ssr={false} but it would still fire off requests to the server. I ended up using the skip prop to prevent...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found