My react project depends on "react": "^16.8.4".
It also uses react-circular-color@1.3.0
However, while building, I get this warning.
react-circular-color@1.3.0 requires a peer of react@^0.14.0 || ^15.0.0 but none is installed.
Does this mean, my project's main dependency on react should be restricted to ^15.0.0? Or How do I satisfy the peer dependency of different packages?