The rule no-find-dom-node does not warn about this: ``` js import { findDOMNode } from 'react-dom'; findDOMNode(); ```