-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Latest version v14.1.0 breaks react-apollo and apollo-boost #1668
Comments
Can you provide more info please? |
Flow 0.84.0:
|
@langpavel thank you very much. I lost a track of flow changes as we are slowly transitioning to typescript. |
@langpavel Thanks for the clarification 👍 @michalkvasnicak I still think that Flow placeholders are pretty confusing so I removed them as #1669
@pitops Can you please provide some details? For example, copy-paste errors here. |
@IvanGoncharov sure give me until tomorrow and I will try to replicate again. |
@IvanGoncharov i was able to replicate it today, but after removing It seems as though the issue is with |
yarn.lock should guarantee that same package versions will be installed. |
@pitops You probably had two different versions of |
@langpavel hehe yeah I know, my yarn.lock can be evil some times. @IvanGoncharov That makes sense, thank you. |
I have upgraded to latest version of GraphQL v14.1.0 and my build won't work after that. It fails to require
react-apollo
andapollo-boost
.Version 14.0.2 works fine.
The text was updated successfully, but these errors were encountered: