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.
Similar to this issue but I'm using cache-first and getting the behavior: #2899 (comment)
I'm using "apollo-client": "^2.6.2" and "react-apollo": "^2.5.6"
I noticed in my HOC when I refresh the page it will get stuck in loading...
The HOC checks if user is logged in but uses cache-first for speed.
The text was updated successfully, but these errors were encountered:
Another thing to note is: in our use case, it seems to happen randomly that the loading never gets set to true, even tho I see the request is successfully executed.
The data object also always stays undefined
How we reproduce it is: we reload the page, and while the page is reloading -> in Chrome we open another tab, and switch back to our app, and there you go the problem happens.
I'm not sure how it works internally, but ... does it have anything to do with active tabs?
Similar to this issue but I'm using cache-first and getting the behavior: #2899 (comment)
I'm using "apollo-client": "^2.6.2" and "react-apollo": "^2.5.6"
I noticed in my HOC when I refresh the page it will get stuck in loading...
The HOC checks if user is logged in but uses cache-first for speed.
The text was updated successfully, but these errors were encountered: