First of all I'd like to say that this is an amazing package and thank you for providing it to us! :)
Now coming to the issue at hand: when I first tried to use the package it gave me the error that styled-components is not defined. I then checked your package.json and it had listed styled-components under devDependency. Please move it to peerDependency and this issue will be resolved.
Hi guys.
First of all I'd like to say that this is an amazing package and thank you for providing it to us! :)
Now coming to the issue at hand: when I first tried to use the package it gave me the error that
styled-components
is not defined. I then checked yourpackage.json
and it had listedstyled-components
underdevDependency
. Please move it topeerDependency
and this issue will be resolved.Thanks again!