Currently the README says to use react & react-dom @15.5.3. When I did a fresh install I encountered the warnings below which cleared up after I installed the correct version of React and ThreeJs.
warning "react-three-renderer@3.2.1" has incorrect peer dependency "react@~15.6.1".
warning "react-three-renderer@3.2.1" has incorrect peer dependency "react-dom@~15.6.1".
warning "react-three-renderer@3.2.1" has incorrect peer dependency "three@~0.86.0".
Currently the README says to use
react
&react-dom
@15.5.3. When I did a fresh install I encountered the warnings below which cleared up after I installed the correct version of React and ThreeJs.