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 3b04a0e commit 3c9f4c6Copy full SHA for 3c9f4c6
packages/solid-router/src/router.ts
@@ -1887,8 +1887,6 @@ export class Router<
1887
try {
1888
const next = this.latestLocation
1889
const prevLocation = this.state.resolvedLocation
1890
- const hrefChanged = prevLocation.href !== next.href
1891
- const pathChanged = prevLocation.pathname !== next.pathname
1892
1893
// Cancel any pending matches
1894
this.cancelMatches()
0 commit comments