@tanstack/react-router 1.157.18 → 1.158.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/llms/rules/guide.js
CHANGED
|
@@ -2246,7 +2246,7 @@ export const Route = createRootRoute({
|
|
|
2246
2246
|
|
|
2247
2247
|
### Single-Page Applications
|
|
2248
2248
|
|
|
2249
|
-
First, remove the \`<title>\` tag from the
|
|
2249
|
+
First, remove the \`<title>\` tag from the index.html if you have set any.
|
|
2250
2250
|
|
|
2251
2251
|
\`\`\`tsx
|
|
2252
2252
|
import { HeadContent } from '@tanstack/react-router'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/react-router",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.158.1",
|
|
4
4
|
"description": "Modern and scalable routing for React applications",
|
|
5
5
|
"author": "Tanner Linsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"tiny-invariant": "^1.3.3",
|
|
83
83
|
"tiny-warning": "^1.0.3",
|
|
84
84
|
"@tanstack/history": "1.154.14",
|
|
85
|
-
"@tanstack/router-core": "1.
|
|
85
|
+
"@tanstack/router-core": "1.158.1"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@testing-library/jest-dom": "^6.6.3",
|