Skip to content

Commit

Permalink
chore: Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jun 8, 2020
1 parent 34dfbcd commit 8db807a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/react/src/errorboundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ export type ErrorBoundaryProps = {
onUnmount?(error: Error | null, componentStack: string | null): void;
};

/*
fallbackRender?(fallback: {
error: Error | null;
componentStack: string | null;
resetError(): void;
}): React.ReactNode;
*/

type ErrorBoundaryState = {
componentStack: string | null;
error: Error | null;
Expand Down

0 comments on commit 8db807a

Please sign in to comment.