@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/router-core",
3
- "version": "1.128.0",
3
+ "version": "1.128.3",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
package/src/router.ts CHANGED
@@ -1819,6 +1819,7 @@ export class RouterCore<
1819
1819
  this.__store.setState((s) => ({
1820
1820
  ...s,
1821
1821
  status: 'pending',
1822
+ statusCode: 200,
1822
1823
  isLoading: true,
1823
1824
  location: this.latestLocation,
1824
1825
  pendingMatches,