[SSR:skip@3.0.0-beta.50]: query is still firing with skip set to true (server-side only)
See original GitHub issueI 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:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
See https://github.com/apollographql/react-apollo/issues/3492#issuecomment-644385154. The issue occurs on the client as well.
Let us know if this is still a concern with
@apollo/client@latest
- thanks!