Closed joeldavidmercer closed 5 years ago
Can you provide any more details around the project you are working on? This should work.
So I rolled back to 1.1.1 and everything is working correctly again, the example I showed was from a barebones setup just to make sure it wasn't something in my core project.
The only conflict I can think of could be caused by something in next I have included the versions of the stuff I think could be the root of it. Please by all means give me some guidance if there is something specific you would like to know..
"apollo-boost": "^0.4.0",
"apollo-client": "^2.6.0",
"next": "^8.1.0",
"next-with-apollo": "^3.4.0",
"react": "^16.8.6",
"react-apollo": "^2.5.6",
"styled-components": "^4.2.0",
"styled-components-modifiers": "^1.1.1",
"apollo-boost": "^0.4.0",
"apollo-client": "^2.6.0",
"next": "^8.1.0",
"next-with-apollo": "^3.4.0",
"react": "^16.8.6",
"react-apollo": "^2.5.6",
"styled-components": "^4.2.0",
"styled-components-modifiers": "^1.2.0",
@joeldavidmercer we've pushed a possible fix for this. Can you update to v1.2.1 and see if this remedies the issue you reported?
Updating to 1.2.0 is throwing this error in console:
Implementation:
Has the correct way to implement this changed in this release?