feat(be): separate socket server #205
Annotations
8 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
apps/client/src/components/qna/ChattingList.tsx#L87
React Hook useEffect has missing dependencies: 'addChattingToFront', 'sessionId', and 'sessionToken'. Either include them or remove the dependency array
|
lint:
apps/client/src/components/qna/QuestionItem.tsx#L71
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
lint:
apps/client/src/components/qna/ReplyItem.tsx#L50
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
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#L36
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
lint:
apps/client/src/features/user/user.hook.ts#L62
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
lint:
apps/server/src/replies/replies.service.spec.ts#L16
'sessionsRepository' is assigned a value but never used
|