We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb15bd commit 5a94e7dCopy full SHA for 5a94e7d
.changeset/wise-owls-do.md
@@ -0,0 +1,5 @@
1
+---
2
+"@solidjs/router": patch
3
4
+
5
+fix Router types, make singleFlight optional
src/routers/components.tsx
@@ -31,7 +31,7 @@ export type BaseRouterProps = {
31
*/
32
root?: Component<RouteSectionProps>;
33
rootLoad?: RouteLoadFunc;
34
- singleFlight: boolean;
+ singleFlight?: boolean;
35
children?: JSX.Element | RouteDefinition | RouteDefinition[];
36
};
37
0 commit comments