constructor(props: Props) {
    super(props);
    this.onClick = this.onClick.bind(this);
  }