-
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
Undefined error when using apollo-boost/apollo-cache-inmemory. #4218
Comments
I would like to clarify, that this happens when I import apollo-boost. Anyway, I solved this by importing apollo-cache-inmemory, and those requirements by myself instead of using apollo-boost. And then I do not get this exception. |
Is the |
Yes, it is. This is my package.json: "dependencies": {
"apollo-boost": "^0.1.22",
"apollo-cache-inmemory": "1.4.0-alpha.1",
"apollo-client": "^2.4.7",
"apollo-link-http": "^1.5.7",
"bootstrap": "^3.3.7",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"react": "^16.0.0",
"react-apollo": "^2.3.2",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.0.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"rimraf": "^2.6.2"
} |
What a goose chase, lol. @joelmandell If you update your tl;dr: |
Yea that is probarly it. This was a project based on an .net core template. |
Hey! I am using apollo-cache-inmemory 1.3.11, tried backwards to 1.3.4. But I get same error as screenshot below shows:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: