@tanstack/react-router 1.62.0 → 1.62.1

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.62.0",
3
+ "version": "1.62.1",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
package/src/router.ts CHANGED
@@ -2394,6 +2394,7 @@ export class Router<
2394
2394
  ...prev,
2395
2395
  isFetching: loaderRunningAsync ? prev.isFetching : false,
2396
2396
  loaderPromise: undefined,
2397
+ invalid: false,
2397
2398
  }))
2398
2399
  })(),
2399
2400
  )