Skip to content

Commit d6fd85b

Browse files
committed
remove declare field
1 parent ca1f3e7 commit d6fd85b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-router/lib/hooks.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,6 @@ export class RenderErrorBoundary extends React.Component<
10171017
}
10181018

10191019
static contextType = RSCRouterContext;
1020-
declare context: React.ContextType<typeof RSCRouterContext>;
10211020

10221021
static getDerivedStateFromError(error: any) {
10231022
return { error: error };

0 commit comments

Comments
 (0)