Intended outcome:
when doing a yarn install, i do not get an incorrect-peer-dependency warning.
Actual outcome:
when doing a yarn install, i get: [email protected]" has incorrect peer dependency "apollo-client@beta"
How to reproduce the issue:
create an empty project, add react-apollo and [email protected]. run yarn install
i checked the react-apollo changelog, and the peer-dependency on apollo-client@beta was added in https://github.com/apollographql/react-apollo/commit/cfb5391911706022f2a951fa453867358b89ab70 , saying Wire in Apollo Client 2.6 beta's. now that [email protected] is released, could the peer-dep be moved to the non-beta [email protected]?
Version
Fixed in https://github.com/apollographql/react-apollo/pull/3064. Changes will be deployed shortly. Thanks!
I am facing the same issue
Is there any way to solve?
warning " > [email protected]" has incorrect peer dependency "apollo-client@beta".
:+1: Is this released? Thanks!
This one should be released as it still shows this warning.
Most helpful comment
:+1: Is this released? Thanks!