try fix
Some checks failed
it-academy/dry-wash-pl/pipeline/head There was a failure building this commit
Some checks failed
it-academy/dry-wash-pl/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -28,7 +28,6 @@ class ErrorBoundary extends Component<ErrorBoundaryProps, ErrorBoundaryState> {
|
||||
|
||||
componentDidCatch(error: Error, errorInfo: ErrorInfo): void {
|
||||
console.error('Error caught by ErrorBoundary:', error, errorInfo);
|
||||
console.error('4545');
|
||||
this.setState({ error, errorInfo });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user