componentDidUpdate() {
    const { didUpdate } = this.props;
    didUpdate && didUpdate(this.props, this.divDom);
  }