| 7 | } |
| 8 | |
| 9 | interface ErrorBoundaryState { |
| 10 | hasError: boolean; |
| 11 | error: Error | null; |
| 12 | resetKey: number; |
| 13 | } |
| 14 | |
| 15 | export class ErrorBoundary extends Component< |
| 16 | ErrorBoundaryProps, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…