aleksandrchusovitin/frontend-project-lvl4

View on GitHub
src/components/Chat.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Chat has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Chat = () => {
  const messagesBoxRef = useRef(null);
  const { t } = useTranslation();

  useEffect(() => {
Severity: Minor
Found in src/components/Chat.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status