Skip to content

[FEAT] 호스트 페이지 모달 api 연동 #78

[FEAT] 호스트 페이지 모달 api 연동

[FEAT] 호스트 페이지 모달 api 연동 #78

Triggered via pull request November 14, 2024 10:12
Status Success
Total duration 37s
Artifacts

ci.yml

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

Annotations

4 warnings
build (backend)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (frontend)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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