Skip to content

feat(be): chatting list #166

feat(be): chatting list

feat(be): chatting list #166

Triggered via pull request November 27, 2024 15:54
Status Success
Total duration 39s
Artifacts

lint-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
lint: apps/client/src/components/qna/QuestionItem.tsx#L84
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint: apps/client/src/components/qna/ReplyItem.tsx#L60
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint: apps/client/src/components/qna/SessionSettingsDropdown.tsx#L39
React Hook useEffect has a missing dependency: 'triggerRef'. Either include it or remove the dependency array
lint: apps/client/src/features/socket/socket.context.tsx#L11
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
lint: apps/client/src/features/user/user.hook.ts#L38
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint: apps/client/src/features/user/user.hook.ts#L66
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint: apps/client/src/routes/session/$sessionId/index.tsx#L36
Unexpected console statement
lint: apps/server/src/replies/replies.service.ts#L1
'create' is defined but never used