MCPcopy Create free account
hub / github.com/CommE2E/comm / componentDidMount

Method componentDidMount

lib/components/report-handler.react.js:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29};
30class ReportHandler extends React.PureComponent<Props> {
31 componentDidMount() {
32 if (this.props.canSendReports) {
33 this.dispatchSendReports(this.props.queuedReports);
34 }
35 }
36
37 componentDidUpdate(prevProps: Props) {
38 if (!this.props.canSendReports) {

Callers

nothing calls this directly

Calls 1

dispatchSendReportsMethod · 0.95

Tested by

no test coverage detected