wix-incubator / repluggable

Pluggable micro frontends in React+Redux apps
MIT License
172 stars 13 forks source link

Trying to follow the basic example is failing due to multiple react versions #147

Closed barakd closed 3 years ago

barakd commented 3 years ago

Trying to follow the basic example is failing due to multiple react versions. image

The reason is that create react app already uses React 17, while repluggable directly depends on react 16. I suggest changing react to be a peer dependency + dev dependency, instead of direct dependency.

image

itsh01 commented 3 years ago

Resolved by https://github.com/wix/repluggable/pull/150