Skip to content

feat: 페이지별 채팅 컴포넌트 추가 및 레이아웃 조정 #74

feat: 페이지별 채팅 컴포넌트 추가 및 레이아웃 조정

feat: 페이지별 채팅 컴포넌트 추가 및 레이아웃 조정 #74

Triggered via push November 14, 2024 06:10
Status Success
Total duration 37s
Artifacts

ci.yml

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

Annotations

3 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