delete(id) {
    startMeasure("delete");
    this.state.store.delete(id);
    this.setState({ store: this.state.store });
  }