Skip to content

Commit

Permalink
fix: RoutableProps type
Browse files Browse the repository at this point in the history
the delete type defines an optional boolean, which breaks typechecks in preacts jsx.d.ts file after adding Signals.
  • Loading branch information
robertmaier committed Apr 21, 2023
1 parent 3c5672e commit d4ea12e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/preact-iso/router.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const useRoute: () => {

interface RoutableProps {
path?: string;
default?: boolean;
}

export interface RouteProps<Props> extends RoutableProps {
Expand Down

0 comments on commit d4ea12e

Please sign in to comment.