Can anyone please tell me how I can go back to the previous page rather than a specific route?
When using this code:
var BackButton = React.createCla
This works with Browser and Hash history.
this.props.history.goBack();