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 34a54f6 commit 230a2baCopy full SHA for 230a2ba
packages/router-core/src/router.ts
@@ -1884,7 +1884,6 @@ export class RouterCore<
1884
const fullPath = `${nextPathname}${searchStr}${hashStr}`
1885
1886
// Compute href and publicHref without URL construction when no rewrite
1887
- // URL is only constructed lazily when .url is accessed (for tests/edge cases)
1888
let href: string
1889
let publicHref: string
1890
let external = false
0 commit comments