in src/timer/timer.js [35:40]
componentDidUpdate() { if (this.state.reSchedule) { this.cancel(); this.schedule(); } }