We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Route.children
1 parent d7356d2 commit aacc2b9Copy full SHA for aacc2b9
contributors.yml
@@ -67,6 +67,7 @@
67
- DigitalNaut
68
- dmitrytarassov
69
- dokeet
70
+- doytch
71
- Drishtantr
72
- edwin177
73
- eiffelwong1
docs/route/route.md
@@ -70,7 +70,7 @@ Neither style is discouraged and behavior is identical. For the majority of this
interface RouteObject {
path?: string;
index?: boolean;
- children?: React.ReactNode;
+ children?: RouteObject[];
74
caseSensitive?: boolean;
75
id?: string;
76
loader?: LoaderFunction;
0 commit comments