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

Function componentWillUnmount

src/TooltipPopoverWrapper.js:106–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 componentWillUnmount() {
107 this._isMounted = false;
108 this.removeTargetEvents();
109 this._targets = null;
110 this.clearShowTimeout();
111 this.clearHideTimeout();
112 }
113
114 static getDerivedStateFromProps(props, state) {
115 if (props.isOpen && !state.isOpen) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…