Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Aug 15, 2024
1 parent e94e985 commit b9b2abc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/react-router/lib/router/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4384,7 +4384,10 @@ async function loadLazyRouteChildren(
routes: AgnosticDataRouteObject[],
manifest: RouteManifest,
mapRouteProperties: MapRoutePropertiesFunction,
pendingRouteChildren: Map<string, ReturnType<typeof patchRoutesOnNavigationImpl>>,
pendingRouteChildren: Map<
string,
ReturnType<typeof patchRoutesOnNavigationImpl>
>,
signal: AbortSignal
) {
let key = [path, ...matches.map((m) => m.route.id)].join("-");
Expand Down

0 comments on commit b9b2abc

Please sign in to comment.