You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?