wix-incubator / repluggable

Pluggable micro frontends in React+Redux apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

barakd opened this issue · comments

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

Resolved by #150