feat(livechat): rm waiting room/routes/livechat session #24
4 warnings
ESLint found 4 warnings
Annotations
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
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
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
github-actions / ESLint
src/components/sessionsListItem/SessionListItemComponent.tsx#L9
'prettyPrintTimeDifference' is defined but never used (@typescript-eslint/no-unused-vars)