Skip to content

Commit d4ea12e

Browse files
committed
fix: RoutableProps type
the delete type defines an optional boolean, which breaks typechecks in preacts jsx.d.ts file after adding Signals.
1 parent 3c5672e commit d4ea12e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/preact-iso/router.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const useRoute: () => {
2525

2626
interface RoutableProps {
2727
path?: string;
28-
default?: boolean;
2928
}
3029

3130
export interface RouteProps<Props> extends RoutableProps {

0 commit comments

Comments
 (0)