Fix lint issue
This commit is contained in:
@@ -42,6 +42,7 @@ class RealErrorBoundary extends Component<Props, State> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public componentDidCatch(error: Error, errorInfo: ErrorInfo) {
|
public componentDidCatch(error: Error, errorInfo: ErrorInfo) {
|
||||||
|
// eslint-disable-next-line
|
||||||
console.error('Uncaught error:', error, errorInfo);
|
console.error('Uncaught error:', error, errorInfo);
|
||||||
// eslint-disable-next-line react/destructuring-assignment
|
// eslint-disable-next-line react/destructuring-assignment
|
||||||
this.props.setTrackPathChange(true);
|
this.props.setTrackPathChange(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user