Skip to content

Commit bbcb316

Browse files
committed
yarn fix
1 parent 616b07a commit bbcb316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/errorboundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBoundarySta
103103
beforeCapture(scope, error, componentStack);
104104
}
105105

106-
const eventId = captureReactException(error, errorInfo, { mechanism: { handled: !!this.props.fallback }})
106+
const eventId = captureReactException(error, errorInfo, { mechanism: { handled: !!this.props.fallback } });
107107

108108
if (onError) {
109109
onError(error, componentStack, eventId);

0 commit comments

Comments
 (0)