react-router-query-params icon indicating copy to clipboard operation
react-router-query-params copied to clipboard

setQueryParams should provide a history.replace option

Open Martin-Bloom opened this issue 5 years ago • 1 comments

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.

Martin-Bloom avatar Mar 12 '20 12:03 Martin-Bloom

same issue here~

cdll avatar May 21 '21 09:05 cdll