@tanstack/router-core 1.128.0 → 1.128.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.
@@ -526,6 +526,7 @@ class RouterCore {
526
526
  this.__store.setState((s) => ({
527
527
  ...s,
528
528
  status: "pending",
529
+ statusCode: 200,
529
530
  isLoading: true,
530
531
  location: this.latestLocation,
531
532
  pendingMatches,