You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
React Apollo has been refactored to use React Hooks behind the scenes for everything, which means a lot has changed since this issue was opened (and a lot of outstanding issues have been resolved). We'll close this issue off, but please let us know if you're still encountering this problem using React Apollo >= 3.1.0. Thanks!
Intended outcome:
Query should pass
loading: false
and actual state from cache afterclient.resetStore()
call forcache-only
queriesActual outcome:
Query stuck in loading state forever.
notifyOnNetworkStatusChange={true}
hack does not solve issue.How to reproduce the issue:
Repro for network data: https://codesandbox.io/s/48kj969v07
Repro for local state: https://codesandbox.io/s/n739m44k50
might be related: #807
Version
The text was updated successfully, but these errors were encountered: