MCPcopy Create free account
hub / github.com/decaporg/decap-cms / componentDidMount

Function componentDidMount

packages/decap-cms-widget-text/src/TextControl.js:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

withFileControl.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected