refactor: 라이브 / 다시보기가 각각 시작 날짜, 종료 날짜 순으로 정렬되도록 수정 #335
Annotations
4 warnings
build (frontend)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (frontend):
frontend/src/components/chat/ChatInput.tsx#L31
The ref value 'textareaRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'textareaRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
build (frontend):
frontend/src/components/host/SettingInfo.tsx#L18
React Hook useEffect has missing dependencies: 'fetchKey' and 'userId'. Either include them or remove the dependency array
|
build (backend)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|