react-router-query-params
react-router-query-params copied to clipboard
setQueryParams should provide a history.replace option
Most of the time, when I set query params I don't want to add an entry in the browser history, I just want to update the current entry.
setQueryParams could provide an option to choose weather it will history.push or history.replace.
This is a feature request.
same issue here~