Skip to content

Instantly share code, notes, and snippets.

@anomaly44
Created November 23, 2017 14:13
Show Gist options
  • Save anomaly44/c2c7c63e062085fd87d4954dfd687940 to your computer and use it in GitHub Desktop.
Save anomaly44/c2c7c63e062085fd87d4954dfd687940 to your computer and use it in GitHub Desktop.
componentWillReceiveProps(nextProps) {
if (nextProps.isOpen && !this.props.isOpen) {
this.props.getSuperTestruns(this.props.superDispatchName);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment