MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / componentDidUpdate

Function componentDidUpdate

src/app/keyring/components/KeyringSelect.js:34–38  ·  view source on GitHub ↗
(prevProps)

Source from the content-addressed store, hash-verified

32 }
33
34 componentDidUpdate(prevProps) {
35 if (Object.keys(this.props.keyringAttr).length !== Object.keys(prevProps.keyringAttr).length) {
36 this.fetchKeyringEmails();
37 }
38 }
39
40 componentWillUnmount() {
41 this.setState({names: {}});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected