MCPcopy Create free account
hub / github.com/caseywebdev/react-list / componentWillUnmount

Method componentWillUnmount

src/react-list.js:159–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158
159 componentWillUnmount() {
160 window.removeEventListener('resize', this.updateFrameAndClearCache);
161 this.scrollParent.removeEventListener(
162 'scroll',
163 this.updateFrameAndClearCache,
164 PASSIVE
165 );
166 this.scrollParent.removeEventListener('mousewheel', NOOP, PASSIVE);
167 }
168
169 getOffset(el) {
170 const { axis } = this.props;

Callers 2

index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected