diff --git a/src/util/ErrorBoundary.tsx b/src/util/ErrorBoundary.tsx index 6ec2e845..a1f18e65 100644 --- a/src/util/ErrorBoundary.tsx +++ b/src/util/ErrorBoundary.tsx @@ -42,6 +42,7 @@ class RealErrorBoundary extends Component { } public componentDidCatch(error: Error, errorInfo: ErrorInfo) { + // eslint-disable-next-line console.error('Uncaught error:', error, errorInfo); // eslint-disable-next-line react/destructuring-assignment this.props.setTrackPathChange(true);