@tanstack/react-router 0.0.1-beta.265 → 0.0.1-beta.266

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.
@@ -1554,7 +1554,6 @@
1554
1554
  pathChanged: routerState.location.href !== routerState.resolvedLocation?.href
1555
1555
  });
1556
1556
  if (document.querySelector) {
1557
- console.log('hello', routerState.location.hash);
1558
1557
  const el = document.getElementById(routerState.location.hash);
1559
1558
  if (el) {
1560
1559
  el.scrollIntoView();