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 b009d67 commit 30d5757Copy full SHA for 30d5757
packages/router-core/src/router.ts
@@ -2142,7 +2142,9 @@ export class RouterCore<
2142
] as const
2143
).forEach(([matches, hook]) => {
2144
matches.forEach((match) => {
2145
- this.looseRoutesById[match.routeId]!.options[hook]?.(match)
+ this.looseRoutesById[match.routeId]!.options[hook]?.(
2146
+ match,
2147
+ )
2148
})
2149
2150
0 commit comments