nkbt / component-router

Redux-based component routing solution
https://nkbt.github.io/component-router
MIT License
93 stars 7 forks source link

Fix location restore #84

Closed nkbt closed 8 years ago

nkbt commented 8 years ago

changeParams should not be used, it merges query, but on locationRestore we want to override query!

Testcase added