@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.
@@ -524,6 +524,7 @@ class RouterCore {
524
524
  this.__store.setState((s) => ({
525
525
  ...s,
526
526
  status: "pending",
527
+ statusCode: 200,
527
528
  isLoading: true,
528
529
  location: this.latestLocation,
529
530
  pendingMatches,