| 11 | import { withForwardedRef } from 'lib/withForwardedRef'; |
| 12 | |
| 13 | class TextInput extends React.Component { |
| 14 | componentDidUpdate(props) { |
| 15 | if (props.multiline !== this.props.multiline) { |
| 16 | const node = props.forwardedRef.current; |
nothing calls this directly
no outgoing calls
no test coverage detected