Skip to content

Update the Group Chat creation flow UI and Details page #31331

Update the Group Chat creation flow UI and Details page

Update the Group Chat creation flow UI and Details page #31331

Triggered via pull request April 4, 2024 18:44
Status Failure
Total duration 1m 54s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
typecheck: src/languages/es.ts#L1227
Property 'editName' is missing in type '{ groupName: string; }' but required in type '{ groupName: string; editName: { nameRequiredError: string; }; }'.
typecheck: src/libs/actions/Report.ts#L24
'"@libs/API/parameters"' has no exported member named 'InviteMembersToGroupChatParams'. Did you mean 'InviteMembersToGroupChat'?
typecheck: src/pages/InviteReportParticipantsPage.tsx#L67
Argument of type 'OnyxEntry<PersonalDetailsList>' is not assignable to parameter of type 'SearchOption<{ accountID: number; firstName?: string | undefined; lastName?: string | undefined; displayName?: string | undefined; validated?: boolean | undefined; phoneNumber?: string | undefined; ... 11 more ...; status?: Status | undefined; } & OfflineFeedback<...>>[]'.
typecheck: src/pages/ReportParticipantDetailsPage.tsx#L49
Property 'params' does not exist on type 'never'.
typecheck: src/pages/ReportParticipantDetailsPage.tsx#L50
Property 'params' does not exist on type 'never'.
typecheck: src/pages/ReportParticipantDetailsRoleSelectionPage.tsx#L31
Property 'params' does not exist on type 'never'.
typecheck: src/pages/ReportParticipantDetailsRoleSelectionPage.tsx#L33
Property 'params' does not exist on type 'never'.
typecheck
Process completed with exit code 2.