Closed eriben closed 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.
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.