()
| 6303 | } |
| 6304 | |
| 6305 | function legacyGetDOMNode() { |
| 6306 | if ("development" !== 'production') { |
| 6307 | var component = this._reactInternalComponent; |
| 6308 | "development" !== 'production' ? warning(false, 'ReactDOMComponent: Do not access .getDOMNode() of a DOM node; ' + 'instead, use the node directly.%s', getDeclarationErrorAddendum(component)) : undefined; |
| 6309 | } |
| 6310 | return this; |
| 6311 | } |
| 6312 | |
| 6313 | function legacyIsMounted() { |
| 6314 | var component = this._reactInternalComponent; |
nothing calls this directly
no test coverage detected