-
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
Bug - use query is repeatly called when init component #6358
Comments
I am also running into this, using 3.0.0-beta.53. It happens immediately when using |
I just notice the issue.. the loader inside the component does the reloading all the time... very weird why I’m not sure what’s the reason |
the issue is when you setup
the version . "@apollo/client": "^3.0.0-beta.50" doesn't trigger onCompleted function anymore.. ANY Idea was is BROKEN? is breaking all my project can Apollo CLIENT TEAM FIX THOSE ISSUES ? |
I also get this with "network-only" and "no-cache" fetch policy and onCompleted not being called. version:
|
After some scouring of open issues, I believe what I was experiencing here is a duplicate of #6301 - the suggested fix there of memoizing the |
This should no longer be an issue in |
I've attached here the bug I am using
The text was updated successfully, but these errors were encountered: