componentDidMount()

in src/app/agile-board-widget.js [96:98]


  componentDidMount() {
    this.initialize(this.props.configWrapper);
  }