Skip to content

Commit 2f85684

Browse files
committed
chore: Remove comment
1 parent b55b828 commit 2f85684

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/react/src/errorboundary.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ export type ErrorBoundaryProps = {
2121
onUnmount?(error: Error | null, componentStack: string | null): void;
2222
};
2323

24-
/*
25-
fallbackRender?(fallback: {
26-
error: Error | null;
27-
componentStack: string | null;
28-
resetError(): void;
29-
}): React.ReactNode;
30-
*/
31-
3224
type ErrorBoundaryState = {
3325
componentStack: string | null;
3426
error: Error | null;

0 commit comments

Comments
 (0)