@tanstack/router-core 1.120.15 → 1.120.19

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.120.15",
3
+ "version": "1.120.19",
4
4
  "description": "Modern and scalable routing for React applications",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "dependencies": {
47
47
  "@tanstack/store": "^0.7.0",
48
48
  "tiny-invariant": "^1.3.3",
49
- "@tanstack/history": "1.115.0"
49
+ "@tanstack/history": "1.120.17"
50
50
  },
51
51
  "scripts": {}
52
52
  }
package/src/router.ts CHANGED
@@ -2823,6 +2823,7 @@ export class RouterCore<
2823
2823
  pendingMatches: s.pendingMatches?.map(invalidate),
2824
2824
  }))
2825
2825
 
2826
+ this.shouldViewTransition = false
2826
2827
  return this.load({ sync: opts?.sync })
2827
2828
  }
2828
2829