@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/react-router",
3
- "version": "1.92.11",
3
+ "version": "1.92.13",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
package/src/router.ts CHANGED
@@ -2397,7 +2397,6 @@ export class Router<
2397
2397
  context: {
2398
2398
  ...getParentMatchContext(),
2399
2399
  ...prev.__routeContext,
2400
- ...prev.__beforeLoadContext,
2401
2400
  },
2402
2401
  }))
2403
2402