MCPcopy Create free account
hub / github.com/antonnell/networklist-org / componentWillMount

Method componentWillMount

components/unlock/unlock.js:91–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 componentWillMount() {
92 stores.emitter.on(CONNECTION_CONNECTED, this.connectionConnected);
93 stores.emitter.on(CONNECTION_DISCONNECTED, this.connectionDisconnected);
94 stores.emitter.on(ERROR, this.error);
95 };
96
97 componentWillUnmount() {
98 stores.emitter.removeListener(CONNECTION_CONNECTED, this.connectionConnected);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected