How to grab hash location with onload
<Redirect exact from="/:id" to="/user/1231231"/>
<Route path="/user/:id" exact component={UserComponent}/>
I don't know what versions of packages you are using. But here basic example. Try to go ?profile=:id
TypeError: Cannot read property 'pathname' of undefined I have updated my question with my packages thank you
history.push?