firtoz / react-three-renderer

Render into a three.js canvas using React.
https://toxicfork.github.com/react-three-renderer-example/
MIT License
1.49k stars 155 forks source link

Updating install instructions on README #203

Closed danyim closed 7 years ago

danyim commented 7 years ago

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".
toxicFork commented 7 years ago

Thank you for the PR :)