@tanstack/react-router 0.0.1-beta.15 → 0.0.1-beta.16

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.
@@ -2451,9 +2451,9 @@ function createRouter(userOptions) {
2451
2451
  pathname: next.pathname,
2452
2452
  hash: next.hash,
2453
2453
  search: next.searchStr
2454
- }, {
2454
+ }, _extends({
2455
2455
  id
2456
- });
2456
+ }, next.state));
2457
2457
  } else {
2458
2458
  history.push({
2459
2459
  pathname: next.pathname,