标签: reactjs redux react-router
代码是这样的:
``` 案例“ cancelButton”: this.props.history.goBack(); 打破
```
这将导航回到上一页,但不会在firefox上刷新页面。在react / redux应用程序中使用this.props.history.goBack()时,如何导航回到上一页并刷新。