[Group Chats] Add remaining features #31564
Annotations
10 errors
Type check with TypeScript:
src/components/ChatActionsBar.tsx#L7
Binding element 'report' implicitly has an 'any' type.
|
Type check with TypeScript:
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<...>)[]'.
|
Type check with TypeScript:
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<...>)[]'.
|
Type check with TypeScript:
src/languages/es.ts#L1227
Property 'editName' is missing in type '{ groupName: string; }' but required in type '{ groupName: string; editName: { nameRequiredError: string; }; }'.
|
Type check with TypeScript:
src/libs/API/parameters/index.ts#L95
Cannot find module './InviteToGroupChat' or its corresponding type declarations.
|
Type check with TypeScript:
src/libs/PersonalDetailsUtils.ts#L126
Variable 'newAccountIDs' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
Type check with TypeScript:
src/libs/PersonalDetailsUtils.ts#L127
Variable 'newLogins' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
Type check with TypeScript:
src/libs/PersonalDetailsUtils.ts#L137
Variable 'newAccountIDs' implicitly has an 'any[]' type.
|
Type check with TypeScript:
src/libs/PersonalDetailsUtils.ts#L137
Variable 'newLogins' implicitly has an 'any[]' type.
|
Type check with TypeScript:
src/libs/ReportUtils.ts#L1751
No overload matches this call.
|
Loading