marcio / react-skylight

A react component for modals and dialogs
http://marcio.github.io/react-skylight/
MIT License
571 stars 97 forks source link

Update React.render with ReactDOM.render #24

Closed evanluc closed 8 years ago

evanluc commented 8 years ago

React.render is deprecated since React v0.14, ReactDOM.render is intended to be used instead.

marcio commented 8 years ago

Hi @evanluc!

Thanks for your PR, but I'm porting react-skylight to es2015 and probably the docs will be changed.