Skip to content

[FEAT] 채팅방 컴포넌트 기본 퍼블리싱 #61

[FEAT] 채팅방 컴포넌트 기본 퍼블리싱

[FEAT] 채팅방 컴포넌트 기본 퍼블리싱 #61

Triggered via pull request November 13, 2024 17:59
Status Failure
Total duration 34s
Artifacts

ci.yml

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

Annotations

6 errors and 3 warnings
build (frontend)
Unexpected empty object pattern
build (frontend)
Unexpected empty object pattern
build (frontend)
Unexpected empty object pattern
build (frontend)
Unexpected empty object pattern
build (frontend)
Unexpected empty object pattern
build (frontend)
Process completed with exit code 1.
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