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

Function onExiting

src/Collapse.js:92–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 onExiting() {
93 const node = this.getNode();
94 // getting this variable triggers a reflow
95 const _unused = this.getDimension(node); // eslint-disable-line no-unused-vars
96 this.setState({ dimension: 0 });
97 this.props.onExiting(node);
98 }
99
100 onExited() {
101 const node = this.getNode();

Callers

nothing calls this directly

Calls 1

onExitingMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…