react-fix-it icon indicating copy to clipboard operation
react-fix-it copied to clipboard

Removed peer dependancy because of error

Open tgrrr opened this issue 7 years ago • 2 comments

Removed the peerDependancy because when we install with yarn, the following error occurs:

warning " > [email protected]" has incorrect peer dependency "react@^15.4.1".

tgrrr avatar Sep 24 '18 03:09 tgrrr

Thank you very much for opening this PR, @tgrrr.

I assume yarn is showing you a warning because you are using a different version of React. I'm OK with bumping the React version (if this package still works), but I wouldn't remove the peer dependency.

I hope this makes sense.

MicheleBertoli avatar Oct 13 '18 17:10 MicheleBertoli

@MicheleBertoli thanks.

Since I've done this PR, I've come across a few accounts of yarn peer dependency bugs, so it might also be that. Eg. https://github.com/yarnpkg/yarn/issues/4433

tgrrr avatar Oct 24 '18 12:10 tgrrr