I\'m trying to set up react-router in an example application, and I\'m getting the following error:
You should not use outside a
If you don't want to change much, use below code inside onClick()method.
this.props.history.push('/');