if (nextProps.onSet !== onSet) {
      propsCopy.onSet = nextProps.onSet;
      this.propsOnSet = getEvent(nextProps.onSet);
    }