MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / componentDidMount

Method componentDidMount

src/Dropdown.js:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 componentDidMount() {
70 this.handleProps();
71 }
72
73 componentDidUpdate(prevProps) {
74 if (this.props.isOpen !== prevProps.isOpen) {

Callers

nothing calls this directly

Calls 1

handlePropsMethod · 0.95

Tested by

no test coverage detected