nkbt / component-router

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

State should not be replaced if no changes #98

Closed nkbt closed 8 years ago

nkbt commented 8 years ago

If I add same dafaultParam with the same value multiple times, state will be updated and react-redux will update components, though actual values did not change. This has to be fixed.