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 339d6be commit 189051dCopy full SHA for 189051d
packages/browser/src/browser/index.ts
@@ -216,7 +216,6 @@ async function flushFinalBuffer(
216
}
217
218
const getQueryString = (): string => {
219
- // this is legacy code, I've just moved this into a function.
220
const hash = window.location.hash ?? ''
221
const search = window.location.search ?? ''
222
const term = search.length ? search : hash.replace(/(?=#).*(?=\?)/, '')
0 commit comments