‼️ SentryErrorBoundary.ts

This commit is contained in:
nirholas
2026-03-31 10:23:18 +00:00
parent 17c3ad41ae
commit aba97a8aed
+1
View File
@@ -26,3 +26,4 @@ export class SentryErrorBoundary extends React.Component<Props, State> {
return this.props.children return this.props.children
} }
} }