@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.
- package/dist/cjs/router.cjs +1 -1
- package/dist/cjs/router.cjs.map +1 -1
- package/dist/esm/router.js +1 -1
- package/dist/esm/router.js.map +1 -1
- package/package.json +1 -1
- package/src/router.ts +1 -2
package/dist/cjs/router.cjs
CHANGED
|
@@ -341,7 +341,7 @@ class Router {
|
|
|
341
341
|
search = validatedSearch;
|
|
342
342
|
}
|
|
343
343
|
const applyMiddlewares = (search2) => {
|
|
344
|
-
const allMiddlewares = (
|
|
344
|
+
const allMiddlewares = (matchedRoutesResult == null ? void 0 : matchedRoutesResult.matchedRoutes.reduce(
|
|
345
345
|
(acc, route) => {
|
|
346
346
|
var _a2;
|
|
347
347
|
let middlewares = [];
|