diff --git a/packages/remix/src/client/performance.tsx b/packages/remix/src/client/performance.tsx index 427bfb9c5dfd..97c455a80a94 100644 --- a/packages/remix/src/client/performance.tsx +++ b/packages/remix/src/client/performance.tsx @@ -94,7 +94,7 @@ export function remixRouterInstrumentation(useEffect: UseEffect, useLocation: Us * @param OrigApp The Remix root to wrap * @param options The options for ErrorBoundary wrapper. */ -export function withSentry

, R extends React.FC

>( +export function withSentry

, R extends React.ComponentType

>( OrigApp: R, options: { wrapWithErrorBoundary?: boolean;