After upgrading to version 0.14.2
, I see an error and recommendation to use ReactDOM.render()
instead of React.render()
, but whence do I import it?
When I don't import it and just running as it is, it shows it as undefined
. Is it a built-in functionality or is it a 3rd party library?