I\'m taking my first steps with react-router
.
I\'m currently using the hashHistory
for development purposes and I\'m performing \'manual\' nav
I have the same issue and i find the (dumb) solution.
You just have a (button by default is
type=submit
) or something similar (form, submit.... etc) thats is reloading the page like a html .
Check it in your code, and remove it.
PD:
_k=somethingRandom
> this is just the value inputs (or the button) that you are sending in the form.