Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda committed May 4, 2024
1 parent 6df1159 commit c731d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/ErrorBoundary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c731d08

Please sign in to comment.