There was an error while loading. Please reload this page.
1 parent c16571a commit 02019f1Copy full SHA for 02019f1
1 file changed
packages/router-core/src/load-matches.ts
@@ -389,13 +389,6 @@ const executeBeforeLoad = (
389
390
const abortController = new AbortController()
391
392
- const parentMatchId = inner.matches[index - 1]?.id
393
- const parentMatch = parentMatchId
394
- ? inner.router.getMatch(parentMatchId)!
395
- : undefined
396
- const parentMatchContext =
397
- parentMatch?.context ?? inner.router.options.context ?? undefined
398
-
399
let isPending = false
400
const pending = () => {
401
if (isPending) return
0 commit comments