@tanstack/router-core 1.132.0-alpha.15 → 1.132.0-alpha.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.
@@ -381,8 +381,7 @@ class RouterCore {
381
381
  }
382
382
  }
383
383
  if (maskedNext) {
384
- const maskedFinal = build(maskedDest);
385
- next.maskedLocation = maskedFinal;
384
+ next.maskedLocation = maskedNext;
386
385
  }
387
386
  return next;
388
387
  };