query-params: call replace for query params once per model
Opened this issue · 0 comments
enisdenjo commented
Expected Behaviour
Regardless of the number of query param hooks rendered, the history.replace
is called once per model.
Actual Behaviour
Number of query param hooks rendered is directly proportional to amount of history.replace
calls.