Skip to content

Commit 7515942

Browse files
committed
cleanup
1 parent cbe3378 commit 7515942

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3556,7 +3556,7 @@ export function createStaticHandler(
35563556
request: Parameters<StaticHandler["query"]>[0],
35573557
{
35583558
requestContext,
3559-
filterMatchesToLoad: filterMatchesToLoadBase,
3559+
filterMatchesToLoad,
35603560
skipLoaderErrorBubbling,
35613561
skipRevalidation,
35623562
dataStrategy,
@@ -3790,7 +3790,7 @@ export function createStaticHandler(
37903790
dataStrategy || null,
37913791
skipLoaderErrorBubbling === true,
37923792
null,
3793-
filterMatchesToLoadBase || null,
3793+
filterMatchesToLoad || null,
37943794
skipRevalidation === true,
37953795
);
37963796

0 commit comments

Comments
 (0)