@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.
@@ -938,8 +938,7 @@ class Router {
938
938
  pendingTimeout,
939
939
  context: {
940
940
  ...getParentMatchContext(),
941
- ...prev.__routeContext,
942
- ...prev.__beforeLoadContext
941
+ ...prev.__routeContext
943
942
  }
944
943
  }));
945
944
  const { search, params, context, cause } = this.getMatch(matchId);