minhtranite / react-lazysizes

LazySizes component for ReactJS base on lazysizes
37 stars 12 forks source link

Update for ReactDOM #2

Closed eriben closed 9 years ago

eriben commented 9 years ago

As per the React 0.14 upgrade guides, React.findDomNode(this) will stop working in 0.15 and currently give warnings. ReactDOM.findDOMNode(this) can be used instead.