Jonathan Nielsen
Results
2
issues of
Jonathan Nielsen
Hey, awesome project and really love the spinners! Since I'm using styled-components on my project I get an error becuase react-spinners-kit ships it's own version of styled-components. Resulting in having...
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...