Wildhoney / ReactShadow

:beginner: Utilise Shadow DOM in React with all the benefits of style encapsulation.
https://react-shadow.herokuapp.com/
MIT License
1.29k stars 80 forks source link

styled-components is not defined as a peer dependency #130

Open DiFuks opened 2 years ago

DiFuks commented 2 years ago

Due to this issue, yarn 2-3 in pnp mode cannot resolve the dependency

image

Workaround: fix with yarn.yml:

packageExtensions:
  react-shadow@*:
    peerDependencies:
      styled-components: ^5.3.0
aboktor commented 1 year ago

+1 Just hit this.