You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 two different versions of styled components installed.
To resolve this the following packages need to be moved from dependencies to both peerDependencies and devDependencies:
prop-types,
react,
react-dom,
styled-components
The text was updated successfully, but these errors were encountered:
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 two different versions of styled components installed.
To resolve this the following packages need to be moved from dependencies to both peerDependencies and devDependencies:
prop-types,
react,
react-dom,
styled-components
The text was updated successfully, but these errors were encountered: