play-scala-webjars-react icon indicating copy to clipboard operation
play-scala-webjars-react copied to clipboard

Please use ReactDOM.render from require('react-dom') instead

Open jkleiser opened this issue 9 years ago • 1 comments

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?

jkleiser avatar Aug 23 '16 11:08 jkleiser

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!

ticofab avatar Aug 23 '16 11:08 ticofab