Fix lint issue

This commit is contained in:
schroda
2024-05-04 22:45:01 +02:00
parent 6df1159728
commit c731d08547

View File

@@ -42,6 +42,7 @@ class RealErrorBoundary extends Component<Props, State> {
}
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);