[FEAT] 호스트 페이지 모달 api 연동 #78
Annotations
3 warnings
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/
|
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
|
frontend/src/components/host/SettingInfo.tsx#L18
React Hook useEffect has missing dependencies: 'fetchKey' and 'userId'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading