componentDidMount() {
    const { didMount } = this.props;
    didMount && didMount(this.props, this.divDom);
  }