We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37976d8 commit 245bf25Copy full SHA for 245bf25
src/helpers/query.js
@@ -10,7 +10,6 @@ export function updateQuery (query) {
10
{ ...getQuery(), ...query },
11
{ encode: false }
12
)
13
- console.log(newUrl)
14
window.history.pushState({
15
path: newUrl,
16
}, '', newUrl)
0 commit comments