Skip to content

[REFACTOR] ChatException throw 시, roomId 를 담아서 throw 하도록 수정 #296

[REFACTOR] ChatException throw 시, roomId 를 담아서 throw 하도록 수정

[REFACTOR] ChatException throw 시, roomId 를 담아서 throw 하도록 수정 #296

Triggered via pull request December 2, 2024 03:10
Status Success
Total duration 46s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
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