@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.
- package/build/cjs/router.js +3 -3
- package/build/cjs/router.js.map +1 -1
- package/build/esm/index.js +3 -3
- package/build/esm/index.js.map +1 -1
- package/build/stats-html.html +1 -1
- package/build/stats-react.json +353 -353
- package/build/umd/index.development.js +3 -3
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +1 -1
- package/build/umd/index.production.js.map +1 -1
- package/package.json +2 -2
- package/src/router.ts +3 -3
|
@@ -2436,11 +2436,11 @@
|
|
|
2436
2436
|
return false;
|
|
2437
2437
|
});
|
|
2438
2438
|
if (foundMask) {
|
|
2439
|
-
|
|
2439
|
+
maskedDest = {
|
|
2440
|
+
...pick(opts, ['from']),
|
|
2440
2441
|
...foundMask,
|
|
2441
|
-
|
|
2442
|
+
params
|
|
2442
2443
|
};
|
|
2443
|
-
maskedDest = foundMask;
|
|
2444
2444
|
maskedNext = build(maskedDest);
|
|
2445
2445
|
}
|
|
2446
2446
|
}
|