Skip to content

Instantly share code, notes, and snippets.

@nightspirit
Created April 11, 2018 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nightspirit/853ae26efe909a014aeff57a91b52fdb to your computer and use it in GitHub Desktop.
Save nightspirit/853ae26efe909a014aeff57a91b52fdb to your computer and use it in GitHub Desktop.
componentDidUpdate(prevProps, prevState) {
if (this.props.reqPending !== prevProps.reqPending && !this.props.reqPending) {
if(!this.props.error){
this.props.history.push('/next-page')
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment