ci: bump actions/cache from 3 to 4 #7
Annotations
10 errors and 4 warnings
|
src/components/chat/ChatWindow.jsx#L26
React Hook "useRef" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
src/components/chat/ChatWindow.jsx#L25
React Hook "useRef" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
src/components/chat/ChatWindow.jsx#L24
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
src/components/chat/ChatWindow.jsx#L23
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
src/components/chat/ChatWindow.jsx#L22
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
src/components/chat/ChatWindow.jsx#L21
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
src/components/chat/ChatWindow.jsx#L20
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
src/components/chat/ChatMessageList.jsx#L36
'isLast' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
src/components/chat/ChatHeader.jsx#L8
'currentUser' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
src/components/Calendar.jsx#L115
'isAfterToday' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
src/pages/LevelTest/LevelTestCheck.jsx#L25
React Hook useEffect has missing dependencies: 'checkPermissions' and 'mediaStream'. Either include them or remove the dependency array
|
|
src/components/chat/ChatWindow.jsx#L39
React Hook useEffect has a missing dependency: 'onNewMessage'. Either include it or remove the dependency array. If 'onNewMessage' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
src/components/chat/ChatContainer.jsx#L36
React Hook useEffect has a missing dependency: 'currentUserId'. Either include it or remove the dependency array
|
|
src/components/PrograssBar.jsx#L25
React Hook useEffect has missing dependencies: 'percent' and 'prevPercent'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading