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 a61bc35 commit cb1f497Copy full SHA for cb1f497
packages/router-core/src/router.ts
@@ -2938,8 +2938,7 @@ export class RouterCore<
2938
2939
// Execute all loaders in parallel
2940
const max =
2941
- innerLoadContext.firstBadMatchIndex ??
2942
- innerLoadContext.matches.length
+ innerLoadContext.firstBadMatchIndex ?? innerLoadContext.matches.length
2943
for (let i = 0; i < max; i++) {
2944
innerLoadContext.matchPromises.push(
2945
this.loadRouteMatch(innerLoadContext, i),
0 commit comments