Skip to content

[Group Chats] Add remaining features #31564

[Group Chats] Add remaining features

[Group Chats] Add remaining features #31564

Triggered via pull request April 6, 2024 02:56
Status Failure
Total duration 2m 0s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
typecheck: src/components/ChatActionsBar.tsx#L7
Binding element 'report' implicitly has an 'any' type.
typecheck: src/components/SelectionList/UserListItem.tsx#L132
Type '{ whiteSpace?: Property.WhiteSpace | undefined; lineHeight?: Property.LineHeight<number | (string & {})> | undefined; color: string; fontSize: number; }' is not assignable to type 'TextStyle | Falsy | RegisteredStyle<TextStyle> | RecursiveArray<TextStyle | Falsy | RegisteredStyle<TextStyle>> | readonly (TextStyle | ... 1 more ... | RegisteredStyle<...>)[]'.
typecheck: src/components/SelectionList/UserListItem.tsx#L132
Type 'number' is not assignable to type 'TextStyle | Falsy | RegisteredStyle<TextStyle> | RecursiveArray<TextStyle | Falsy | RegisteredStyle<TextStyle>> | readonly (TextStyle | ... 1 more ... | RegisteredStyle<...>)[]'.
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/API/parameters/index.ts#L95
Cannot find module './InviteToGroupChat' or its corresponding type declarations.
typecheck: src/libs/PersonalDetailsUtils.ts#L126
Variable 'newAccountIDs' implicitly has type 'any[]' in some locations where its type cannot be determined.
typecheck: src/libs/PersonalDetailsUtils.ts#L127
Variable 'newLogins' implicitly has type 'any[]' in some locations where its type cannot be determined.
typecheck: src/libs/PersonalDetailsUtils.ts#L137
Variable 'newAccountIDs' implicitly has an 'any[]' type.
typecheck: src/libs/PersonalDetailsUtils.ts#L137
Variable 'newLogins' implicitly has an 'any[]' type.
typecheck: src/libs/ReportUtils.ts#L1751
No overload matches this call.