Skip to content

Commit

Permalink
Remove unneeded generic
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël De Boey <[email protected]>
  • Loading branch information
brophdawg11 and MichaelDeBoey authored Jan 11, 2023
1 parent e086944 commit 2cf1d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-react/routeModules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export type ErrorBoundaryComponent = ComponentType<{ error: Error }>;
* Error and Catch Boundaries and behaves like RR 6.4 errorElement and captures
* errors with useRouteError()
*/
export type V2_ErrorBoundaryComponent = ComponentType<{}>;
export type V2_ErrorBoundaryComponent = ComponentType;

/**
* A function that defines `<link>` tags to be inserted into the `<head>` of
Expand Down

0 comments on commit 2cf1d07

Please sign in to comment.