()
| 17 | }; |
| 18 | |
| 19 | componentDidMount() { |
| 20 | // Manually validate PropTypes - React 19 breaking change |
| 21 | PropTypes.checkPropTypes(TextControl.propTypes, this.props, 'prop', 'TextControl'); |
| 22 | } |
| 23 | |
| 24 | /** |
| 25 | * Always update to ensure `react-textarea-autosize` properly calculates |