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

Function onExit

src/Collapse.js:86–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 onExit() {
87 const node = this.getNode();
88 this.setState({ dimension: this.getDimension(node) });
89 this.props.onExit(node);
90 }
91
92 onExiting() {
93 const node = this.getNode();

Callers

nothing calls this directly

Calls 1

onExitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…