mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
210dc90c95
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.