@tanstack/react-router 1.157.16 → 1.157.17
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/index.d.cts +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/llms/rules/guide.d.ts +1 -1
- package/dist/llms/rules/guide.js +2 -2
- package/package.json +1 -1
- package/src/index.tsx +1 -0
package/dist/llms/rules/guide.js
CHANGED
|
@@ -2642,8 +2642,8 @@ This pattern relies exclusively on TanStack Router features. It is suitable when
|
|
|
2642
2642
|
|
|
2643
2643
|
Optional path parameters are ideal for implementing locale-aware routing without duplicating routes.
|
|
2644
2644
|
|
|
2645
|
-
\`\`\`
|
|
2646
|
-
|
|
2645
|
+
\`\`\`
|
|
2646
|
+
/{-$locale}/about
|
|
2647
2647
|
\`\`\`
|
|
2648
2648
|
|
|
2649
2649
|
This single route matches:
|
package/package.json
CHANGED