public componentWillMount()

in src/reactUtils.tsx [83:85]


  public componentWillMount() {
    this.unsubscribe = ReactContainer.subscribe(this.update);
  }