Skip to content

Commit d60aa3f

Browse files
committed
yarn fix
1 parent 6cc7dae commit d60aa3f

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)