I am working on a react-app. At the moment I have installed [email protected] and I have some plugins which need this version of react. Now I wanted also to use react-canvas, which needs [email protected].
The Warning after installing react-canvas is the following: npm WARN [email protected] requires a peer of react@^15.0.0 but none is installed. You must install peer dependencies yourself.
Is it possible to define multiple react versions or something like that? Because I can't downgrade react, because of the other plugins and canvas is only running with react version 15.