Skip to content

Commit b9b2abc

Browse files
committed
chore: format
1 parent e94e985 commit b9b2abc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/react-router/lib/router/router.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -4384,7 +4384,10 @@ async function loadLazyRouteChildren(
43844384
routes: AgnosticDataRouteObject[],
43854385
manifest: RouteManifest,
43864386
mapRouteProperties: MapRoutePropertiesFunction,
4387-
pendingRouteChildren: Map<string, ReturnType<typeof patchRoutesOnNavigationImpl>>,
4387+
pendingRouteChildren: Map<
4388+
string,
4389+
ReturnType<typeof patchRoutesOnNavigationImpl>
4390+
>,
43884391
signal: AbortSignal
43894392
) {
43904393
let key = [path, ...matches.map((m) => m.route.id)].join("-");

0 commit comments

Comments
 (0)