@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.
@@ -2419,9 +2419,9 @@ function createRouter(userOptions) {
2419
2419
  pathname: next.pathname,
2420
2420
  hash: next.hash,
2421
2421
  search: next.searchStr
2422
- }, {
2422
+ }, _extends({
2423
2423
  id
2424
- });
2424
+ }, next.state));
2425
2425
  } else {
2426
2426
  history.push({
2427
2427
  pathname: next.pathname,