Update dependency "eslint" to v9.x
v9.39.4
This commit is contained in:
@@ -45,8 +45,9 @@ class RealErrorBoundary extends Component<Props, State> {
|
||||
}
|
||||
|
||||
public componentDidCatch(error: Error, errorInfo: ErrorInfo) {
|
||||
// eslint-disable-next-line
|
||||
// eslint-disable-next-line no-console
|
||||
console.error('Uncaught error:', error, errorInfo);
|
||||
|
||||
// eslint-disable-next-line react/destructuring-assignment
|
||||
this.props.setTrackPathChange(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user