-
Notifications
You must be signed in to change notification settings - Fork 110
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
Encountered a sub-selection on the query, but the store doesn't have \ an object reference #31
Comments
Looks like it requires updating some of the apollo related dependencies -- see apollographql/apollo-client#4125 I'll try and take a look when I have a moment. PS -- you're running this on Android?! Aside from this error, curious how it's working as I haven't had a chance to really try it out |
Circling back here, I did a fresh install and this didn't seem to be an issue (WOMM 🤦♂️)
There's currently an unmerged PR for You can either:
import { InMemoryCache } from 'apollo-cache-inmemory';
...
// const cache = new ReduxCache({ store });
const cache = new InMemoryCache(); However, you won't be able to see the Apollo cache in Redux, which make developing much more difficult 😞, which is why I don't want to replace it in the tut. I'll update the tutorial when things are more stable. Let me know if that helps! |
I have met seem error, after not the error anymore. |
When I use a registered account, this problem occurs, how can I solve it?
The text was updated successfully, but these errors were encountered: