MCPcopy
hub / github.com/preactjs/preact / componentWillUnmount

Method componentWillUnmount

src/index.d.ts:123–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 componentWillMount?(): void;
122 componentDidMount?(): void;
123 componentWillUnmount?(): void;
124 getChildContext?(): object;
125 componentWillReceiveProps?(nextProps: Readonly<P>, nextContext: any): void;
126 shouldComponentUpdate?(

Callers 3

PortalFunction · 0.65
unmountComponentFunction · 0.65
unmountFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected