File tree 1 file changed +1
-4
lines changed
packages/react-router/lib/router 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -4226,7 +4226,6 @@ export function createStaticHandler(
4226
4226
matches ,
4227
4227
results ,
4228
4228
pendingActionResult ,
4229
- undefined ,
4230
4229
true ,
4231
4230
skipLoaderErrorBubbling
4232
4231
) ;
@@ -5995,7 +5994,6 @@ function processRouteLoaderData(
5995
5994
matches : AgnosticDataRouteMatch [ ] ,
5996
5995
results : Record < string , DataResult > ,
5997
5996
pendingActionResult : PendingActionResult | undefined ,
5998
- currentLoaderData ?: RouterState [ "loaderData" ] ,
5999
5997
isStaticHandler = false ,
6000
5998
skipLoaderErrorBubbling = false
6001
5999
) : {
@@ -6108,8 +6106,7 @@ function processLoaderData(
6108
6106
let { loaderData, errors } = processRouteLoaderData (
6109
6107
matches ,
6110
6108
results ,
6111
- pendingActionResult ,
6112
- state . loaderData
6109
+ pendingActionResult
6113
6110
) ;
6114
6111
6115
6112
// Process results from our revalidating fetchers
You can’t perform that action at this time.
0 commit comments