if (nextProps.onChange !== onChange) {
      propsCopy.onChange = nextProps.onChange;
      this.propsOnChange = getEvent(nextProps.onChange);
    }