MCPcopy Create free account
hub / github.com/async-library/react-async / componentWillUnmount

Method componentWillUnmount

packages/react-async/src/Async.tsx:180–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 componentWillUnmount() {
181 this.cancel()
182 this.mounted = false
183 }
184
185 getMeta<M>(meta?: M) {
186 return {

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.95

Tested by

no test coverage detected