MCPcopy Index your code
hub / github.com/thebuilder/react-intersection-observer / componentWillUnmount

Method componentWillUnmount

src/InView.tsx:102–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 }
101
102 componentWillUnmount() {
103 this.unobserve();
104 }
105
106 observeNode() {
107 if (!this.node || this.props.skip) return;

Callers

nothing calls this directly

Calls 1

unobserveMethod · 0.95

Tested by

no test coverage detected