@tanstack/react-router 1.2.5 → 1.2.6

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.
@@ -2436,11 +2436,11 @@
2436
2436
  return false;
2437
2437
  });
2438
2438
  if (foundMask) {
2439
- foundMask = {
2439
+ maskedDest = {
2440
+ ...pick(opts, ['from']),
2440
2441
  ...foundMask,
2441
- from: interpolatePath(foundMask.from, params)
2442
+ params
2442
2443
  };
2443
- maskedDest = foundMask;
2444
2444
  maskedNext = build(maskedDest);
2445
2445
  }
2446
2446
  }