Destruct E.Target.Value Param

handleChange({ target: { value } }) {
  const { inputChange } = this.props;
  inputChange(value);
}
Victorious Vendace