play-scala-webjars-react
play-scala-webjars-react copied to clipboard
Please use ReactDOM.render from require('react-dom') instead
I'm know running your project with react 0.14.7. It works, but in the console I get
Warning: React.render is deprecated. Please use ReactDOM.render from require('react-dom') instead.
Warning: React.findDOMNode is deprecated. Please use ReactDOM.findDOMNode from require('react-dom') instead.
How can this be solved?
Hey @jkleiser , thanks for notifying this! I suppose this project should be updated to the latest versions - I am sure that things have changed quite a lot in the meantime. I will look at it if I ever get some free time :) In the meantime, if you feel like investigating, please be my guest!