componentWillUnmount()

in stories/TransitionGroup.js [90:92]


  componentWillUnmount() {
    clearInterval(this.interval);
  }