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
According to https://reacttraining.com/react-router/web/api/history
For "react-router-dom": "^5.1.2",,
"react-router-dom": "^5.1.2",
const { history } = this.props; Back
YourComponent.propTypes = { history: PropTypes.shape({ goBack: PropTypes.func.isRequired, }).isRequired, };