ReactShadow
ReactShadow copied to clipboard
styled-components is not defined as a peer dependency
Due to this issue, yarn 2-3 in pnp mode cannot resolve the dependency

Workaround: fix with yarn.yml:
packageExtensions:
react-shadow@*:
peerDependencies:
styled-components: ^5.3.0
+1 Just hit this.