Skip to content

feat(livechat): cleanup waiting room and style fixes #30

feat(livechat): cleanup waiting room and style fixes

feat(livechat): cleanup waiting room and style fixes #30

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

2 warnings

ESLint found 2 warnings

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/session/SessionStream.tsx#L137

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 5 in src/components/sessionMenu/sessionMenuHelpers.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/sessionMenu/sessionMenuHelpers.ts#L5

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