@tanstack/react-router 1.74.2 → 1.74.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -339,7 +339,7 @@ class Router {
339
339
  search = validatedSearch;
340
340
  }
341
341
  const applyMiddlewares = (search2) => {
342
- const allMiddlewares = (stayingMatches == null ? void 0 : stayingMatches.reduce(
342
+ const allMiddlewares = (matchedRoutesResult == null ? void 0 : matchedRoutesResult.matchedRoutes.reduce(
343
343
  (acc, route) => {
344
344
  var _a2;
345
345
  let middlewares = [];