Skip to content

Commit

Permalink
Update typing
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jun 28, 2024
1 parent 466a58c commit 5645782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router/lib/server-runtime/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface EntryRoute extends Route {
hasErrorBoundary: boolean;
imports?: string[];
css?: string[];
module: string;
module?: string; // Undefined for <HydratedRouter routes>
parentId?: string;
}

Expand Down

0 comments on commit 5645782

Please sign in to comment.