review: Make widget prop mandatory

This commit is contained in:
Valere
2025-03-12 10:27:45 +01:00
parent b0a4a954f8
commit b02ad8871e
4 changed files with 16 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ interface BoundaryProps {
children: ReactNode | (() => ReactNode);
recoveryActionHandler: RecoveryActionHandler;
onError?: (error: unknown) => void;
widget?: WidgetHelpers | null;
widget: WidgetHelpers | null;
}
export const GroupCallErrorBoundary = ({