I am working on a react-app. At the moment I have installed react@17.0.0 and I have some plugins which need this version of react. Now I wanted also to use react-canvas, which needs react@15.0.0.
The Warning after installing react-canvas is the following: npm WARN react-canvas@1.3.0 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.