Skip to content

Instantly share code, notes, and snippets.

@antonioiksi
Created November 5, 2017 21:26
Show Gist options
  • Save antonioiksi/6ea2ffa8dd8607f4fd59897b709fc3d7 to your computer and use it in GitHub Desktop.
Save antonioiksi/6ea2ffa8dd8607f4fd59897b709fc3d7 to your computer and use it in GitHub Desktop.
remove item from array
this.setState({
query: this.state.query.filter((_,i) => i !== removeId)
});
@antonioiksi
Copy link
Author

very cool stuff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment