@tanstack/react-router 1.85.10 → 1.86.1
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/dist/cjs/router.cjs +4 -0
- package/dist/cjs/router.cjs.map +1 -1
- package/dist/esm/router.js +4 -0
- package/dist/esm/router.js.map +1 -1
- package/package.json +2 -2
- package/src/router.ts +4 -0
package/dist/cjs/router.cjs
CHANGED
|
@@ -1082,6 +1082,8 @@ class Router {
|
|
|
1082
1082
|
loaderData
|
|
1083
1083
|
});
|
|
1084
1084
|
const meta = headFnContent == null ? void 0 : headFnContent.meta;
|
|
1085
|
+
const links = headFnContent == null ? void 0 : headFnContent.links;
|
|
1086
|
+
const scripts = headFnContent == null ? void 0 : headFnContent.scripts;
|
|
1085
1087
|
const headers = (_f = (_e = route.options).headers) == null ? void 0 : _f.call(_e, {
|
|
1086
1088
|
loaderData
|
|
1087
1089
|
});
|
|
@@ -1093,6 +1095,8 @@ class Router {
|
|
|
1093
1095
|
updatedAt: Date.now(),
|
|
1094
1096
|
loaderData,
|
|
1095
1097
|
meta,
|
|
1098
|
+
links,
|
|
1099
|
+
scripts,
|
|
1096
1100
|
headers
|
|
1097
1101
|
}));
|
|
1098
1102
|
} catch (e) {
|