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

Method componentDidUpdate

src/Dropdown.js:73–77  ·  view source on GitHub ↗
(prevProps)

Source from the content-addressed store, hash-verified

71 }
72
73 componentDidUpdate(prevProps) {
74 if (this.props.isOpen !== prevProps.isOpen) {
75 this.handleProps();
76 }
77 }
78
79 componentWillUnmount() {
80 this.removeEvents();

Callers

nothing calls this directly

Calls 1

handlePropsMethod · 0.95

Tested by

no test coverage detected