MCPcopy Create free account
hub / github.com/ctrlplusb/react-injectables / componentWillUnmount

Method componentWillUnmount

src/Injector.js:59–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 componentWillUnmount() {
60 this.context.removeInjector({
61 injectionId: into.injectionId,
62 injectorId,
63 injectorInstance: this
64 });
65 }
66
67 render() {
68 return null;

Callers

nothing calls this directly

Calls 1

removeInjectorMethod · 0.80

Tested by

no test coverage detected