@tanstack/router-core 0.0.1-beta.175 → 0.0.1-beta.176

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@tanstack/router-core",
3
3
  "author": "Tanner Linsley",
4
- "version": "0.0.1-beta.175",
4
+ "version": "0.0.1-beta.176",
5
5
  "license": "MIT",
6
6
  "repository": "tanstack/router",
7
7
  "homepage": "https://tanstack.com/router",
package/src/router.ts CHANGED
@@ -974,9 +974,6 @@ export class Router<
974
974
  preloadMaxAge: 0,
975
975
  }))
976
976
  })
977
- } else {
978
- // If we're preloading, clean preload matches before we try and use them
979
- this.cleanMatches()
980
977
  }
981
978
 
982
979
  let firstBadMatchIndex: number | undefined