@tanstack/router-core 1.121.15 → 1.121.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/router.cjs +0 -3
- package/dist/cjs/router.cjs.map +1 -1
- package/dist/esm/router.js +0 -3
- package/dist/esm/router.js.map +1 -1
- package/package.json +1 -1
- package/src/router.ts +0 -3
package/package.json
CHANGED
package/src/router.ts
CHANGED
|
@@ -2181,9 +2181,6 @@ export class RouterCore<
|
|
|
2181
2181
|
}, pendingMs)
|
|
2182
2182
|
}
|
|
2183
2183
|
|
|
2184
|
-
console.log(`Match ${matchId} is already loading`, {
|
|
2185
|
-
match: this.getMatch(matchId),
|
|
2186
|
-
})
|
|
2187
2184
|
// Wait for the beforeLoad to resolve before we continue
|
|
2188
2185
|
await existingMatch.beforeLoadPromise
|
|
2189
2186
|
executeBeforeLoad = this.getMatch(matchId)!.status === 'error'
|