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

Function onExited

src/Collapse.js:100–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 onExited() {
101 const node = this.getNode();
102 this.setState({ dimension: null });
103 this.props.onExited(node);
104 }
105
106 getNode() {
107 return this.nodeRef.current;

Callers

nothing calls this directly

Calls 1

onExitedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…