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

Method componentWillUnmount

src/Carousel.js:119–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 componentWillUnmount() {
120 this.clearInterval();
121 document.removeEventListener('keyup', this.handleKeyPress);
122 }
123
124 handleKeyPress(evt) {
125 if (this.props.keyboard) {

Callers

nothing calls this directly

Calls 1

clearIntervalMethod · 0.95

Tested by

no test coverage detected