I use hashHistory to create router, and hope to implement the function like window.location.reload() .
I try push() and go(0) in router(withRouter),but can't meet my demand, the component that current url maps don't re-render.
How can I solve this problom?
2.4.1
just use window.location.href = '/xx'