@tanstack/react-router 0.0.1-beta.160 → 0.0.1-beta.161

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/react-router",
3
3
  "author": "Tanner Linsley",
4
- "version": "0.0.1-beta.160",
4
+ "version": "0.0.1-beta.161",
5
5
  "license": "MIT",
6
6
  "repository": "tanstack/router",
7
7
  "homepage": "https://tanstack.com/router",
@@ -43,8 +43,8 @@
43
43
  "tiny-invariant": "^1.3.1",
44
44
  "tiny-warning": "^1.0.3",
45
45
  "@gisatcz/cross-package-react-context": "^0.2.0",
46
- "@tanstack/router-core": "0.0.1-beta.160",
47
- "@tanstack/react-store": "0.0.1-beta.160"
46
+ "@tanstack/router-core": "0.0.1-beta.161",
47
+ "@tanstack/react-store": "0.0.1-beta.161"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "rollup --config rollup.config.js"
package/src/index.tsx CHANGED
@@ -490,7 +490,6 @@ function Matches() {
490
490
  })
491
491
 
492
492
  if (hasPendingComponent) {
493
- console.log('hasPending')
494
493
  return state.pendingMatchIds
495
494
  }
496
495