useCookie icon indicating copy to clipboard operation
useCookie copied to clipboard

Remove React from dependencies

Open jonsnielsen opened this issue 5 years ago • 0 comments

as discussed here: https://stackoverflow.com/questions/30451556/what-is-the-correct-way-of-adding-a-dependency-to-react-in-your-package-json-for

React should not be a dependency since you might end up shipping different versions of react. If you need React when testing the package, it should be a devDependency. Right?

jonsnielsen avatar Jan 29 '20 06:01 jonsnielsen