componentDidMount()

in src/TransitionGroup.js [46:51]


  componentDidMount() {
    this.mounted = true;
    this.setState({
      contextValue: { isMounting: false },
    });
  }