Skip to content

Instantly share code, notes, and snippets.

@neosaurrrus
Created October 28, 2018 21:35
Show Gist options
  • Save neosaurrrus/c7bba3b880dd6cd0090b90e512a6f320 to your computer and use it in GitHub Desktop.
Save neosaurrrus/c7bba3b880dd6cd0090b90e512a6f320 to your computer and use it in GitHub Desktop.
handleChange = event => {
const updatedGrocery = {
...this.props.grocery,
[event.currentTarget.name]: event.currentTarget.value
}
this.props.updateGrocery(this.props.index, updatedFish)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment