@tanstack/router-core 1.131.34 → 1.131.35

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/src/router.ts CHANGED
@@ -1620,8 +1620,7 @@ export class RouterCore<
1620
1620
  }
1621
1621
 
1622
1622
  if (maskedNext) {
1623
- const maskedFinal = build(maskedDest)
1624
- next.maskedLocation = maskedFinal
1623
+ next.maskedLocation = maskedNext
1625
1624
  }
1626
1625
 
1627
1626
  return next