Created
October 13, 2017 01:04
-
-
Save treyhuffine/7a6e5de3b54d65b89d5ce0a51fbdd8eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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