dillon1000/react

Commit

Replaced call to deprected .getDOMNode() with React.findDOMNode().

The code sample in tip 18 in the docs contained a call to the
.getDOMNode() method which has been deprecated. The method call was
replaced with a call to React.findDOMNode(), which is the preferred way
of getting DOM nodes from a ref.
Browse files
Changed paths2 files
First-parent comparison
M docs/tips/18-use-react-with-other-libraries.ko-KR.md ModifiedM docs/tips/18-use-react-with-other-libraries.md Modified
Patch

Files changed

Rendering syntax-highlighted changes…