Merge pull request #268 from boostcampwm-2024/feature-be-#250-ban_user #308
Annotations
2 warnings
Lint 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
|
Lint 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
|
Loading