Skip to content

feat(livechat): rm waiting room/routes/livechat session #24

feat(livechat): rm waiting room/routes/livechat session

feat(livechat): rm waiting room/routes/livechat session #24

GitHub Actions / ESLint succeeded Aug 8, 2024 in 0s

4 warnings

ESLint found 4 warnings

Annotations

Check warning on line 25 in src/components/messageSubmitInterface/messageSubmitInterfaceComponent.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/messageSubmitInterface/messageSubmitInterfaceComponent.tsx#L25

'STATUS_FINISHED' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 25 in src/components/session/SessionStream.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/session/SessionStream.tsx#L25

'STATUS_FINISHED' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 142 in src/components/session/SessionStream.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/session/SessionStream.tsx#L142

React Hook useCallback has unnecessary dependencies: 'activeSession' and 'userData'. Either exclude them or remove the dependency array (react-hooks/exhaustive-deps)

Check warning on line 9 in src/components/sessionsListItem/SessionListItemComponent.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/sessionsListItem/SessionListItemComponent.tsx#L9

'prettyPrintTimeDifference' is defined but never used (@typescript-eslint/no-unused-vars)