@tanstack/react-router 1.92.11 → 1.92.13
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 -2
- package/dist/cjs/router.cjs.map +1 -1
- package/dist/esm/router.js +1 -2
- package/dist/esm/router.js.map +1 -1
- package/package.json +1 -1
- package/src/router.ts +0 -1
package/dist/cjs/router.cjs
CHANGED
|
@@ -940,8 +940,7 @@ class Router {
|
|
|
940
940
|
pendingTimeout,
|
|
941
941
|
context: {
|
|
942
942
|
...getParentMatchContext(),
|
|
943
|
-
...prev.__routeContext
|
|
944
|
-
...prev.__beforeLoadContext
|
|
943
|
+
...prev.__routeContext
|
|
945
944
|
}
|
|
946
945
|
}));
|
|
947
946
|
const { search, params, context, cause } = this.getMatch(matchId);
|