Create Group Chats + Splits. #64651
Annotations
7 errors and 4 warnings
Lint JavaScript and Typescript with ESLint:
src/libs/actions/Report.ts#L204
'clearGroupChat' was used before it was defined
|
Lint JavaScript and Typescript with ESLint:
src/libs/actions/Report.ts#L743
'memberRoles' is defined but never used
|
Lint JavaScript and Typescript with ESLint:
src/libs/actions/Report.ts#L743
'reportName' is defined but never used
|
Lint JavaScript and Typescript with ESLint:
src/libs/actions/Report.ts#L2904
Type string trivially inferred from a string literal, remove type annotation
|
Lint JavaScript and Typescript with ESLint:
src/pages/NewChatConfirmPage.tsx#L44
'options' is already declared in the upper scope on line 34 column 12
|
Lint JavaScript and Typescript with ESLint:
src/pages/NewChatConfirmPage.tsx#L46
Forbidden non-null assertion
|
Lint JavaScript and Typescript with ESLint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint JavaScript and Typescript with ESLint:
src/pages/NewChatConfirmPage.tsx#L49
React Hook useEffect has a missing dependency: 'allPersonalDetails'. Either include it or remove the dependency array
|
Lint JavaScript and Typescript with ESLint:
src/pages/NewChatConfirmPage.tsx#L62
React Hook useMemo has an unnecessary dependency: 'selectedOptions'. Either exclude it or remove the dependency array
|
Lint JavaScript and Typescript with ESLint:
src/pages/NewChatPage.tsx#L244
React Hook useEffect has missing dependencies: 'newGroupDraft?.selectedOptions' and 'personalDetails'. Either include them or remove the dependency array
|
Loading