See more
…nextProps) { const { state: { status: currStatus } } = this.props; const { state: { status: nextStatus } } = nextProps; if (currState === 'Stopped' && nextState === 'Running') { this._startTi…
…nextProps) { const { state: { status: currStatus } } = this.props; const { state: { status:
nextStatus
} } = nextProps; if (currState === 'Stopped' && nextState === 'Running') { this._startTi…