-
Notifications
You must be signed in to change notification settings - Fork 11
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
Getting numPendingQueries value always 0 on React Native #44
Comments
Yeah I think this is an apollo version issue. I am using 2.6.10. Which latest version of this library does support apollo 2.6.10? |
Hi @borasumer, right, as you're saying this looks like an issue with the Apollo version you're using. Please have a look at the changelog to see which version of this library is supported for which Apollo version. Please also note that older versions might have bugs that are already resolved and not all the latest features are supported. Ideally you'd upgrade both Apollo and this library to the latest version. I'll close this for now, but please let me know if you have any issues with the latest version. |
Hi @amannn, I have updated both apollo-client and this library to their latest versions but still getting this value as 0. Not sure what I am missing, again I am using React Native on Expo, wonder if that could create a limitation, I doubt though. |
Hmm, interesting. Maybe you're seeing this issue? #19 Otherwise I don't really know what's causing this. React Native should work equally well, since this library only integrates with Apollo Client itself and doesn't access any platform features like |
Hi, not even sure if it is because React Native, but for some reason getting this status all the time, not sure what I am missing.
This is also my linking setup for Apollo client
const { link } = createNetworkStatusNotifier();
The text was updated successfully, but these errors were encountered: