componentWillUnmount()

in src/timer/timer.js [42:44]


    componentWillUnmount() {
      this.cancel();
    }