feat(be): power deletion #219
Merged
Annotations
9 warnings
Run ESLint:
apps/client/src/components/qna/ChattingList.tsx#L100
React Hook useEffect has missing dependencies: 'addChattingToFront', 'sessionId', and 'sessionToken'. Either include them or remove the dependency array
|
Run ESLint:
apps/client/src/components/qna/QuestionItem.tsx#L84
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Run ESLint:
apps/client/src/components/qna/ReplyItem.tsx#L60
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Run ESLint:
apps/client/src/components/qna/SessionSettingsDropdown.tsx#L39
React Hook useEffect has a missing dependency: 'triggerRef'. Either include it or remove the dependency array
|
Run ESLint:
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
|
Run ESLint:
apps/client/src/features/user/user.hook.ts#L38
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Run ESLint:
apps/client/src/features/user/user.hook.ts#L66
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Run ESLint:
apps/client/src/routes/session/$sessionId/$questionId/index.tsx#L38
Unexpected console statement
|
Run ESLint:
apps/client/src/routes/session/$sessionId/index.tsx#L38
Unexpected console statement
|
Loading