This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Description
Not a bug actually, but I've noticed that @apollo/react-hooks includes react-dom as a peerDependency, is this correct?
I'm using it with react-native, so I probably should not have react-dom installed (I think), also, there are some issues that maybe related to this question: #3394 and #3115, the last one says it's fixed, but
it isn't (?)
Note: react-apollo also lists react-dom as peerDependency:
[email protected]" has unmet peer dependency "react-dom@^15.0.0 || ^16.0.0"., is this correct too?