Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created October 13, 2017 01:04
Show Gist options
  • Save treyhuffine/7a6e5de3b54d65b89d5ce0a51fbdd8eb to your computer and use it in GitHub Desktop.
Save treyhuffine/7a6e5de3b54d65b89d5ce0a51fbdd8eb to your computer and use it in GitHub Desktop.
componentWillReceiveProps(nextProps) {
if (this.props.id !== nextProps.id) {
this.setState({
feedContent: []
});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment