Multiple file upload #20
Annotations
8 errors and 5 warnings
build-and-test:
frontend/src/components/QuestionInput/AlertBanner.tsx#L1
Run autofix to sort these imports!
|
build-and-test:
frontend/src/components/QuestionInput/AlertContainer.tsx#L1
Run autofix to sort these imports!
|
build-and-test:
frontend/src/components/QuestionInput/FileUploadPreview.tsx#L1
Run autofix to sort these imports!
|
build-and-test:
frontend/src/components/QuestionInput/QuestionInput.tsx#L1
Run autofix to sort these imports!
|
build-and-test:
frontend/src/components/QuestionInput/QuestionInput.tsx#L333
'idToClose' is defined but never used. Allowed unused args must match /^_/u
|
build-and-test:
frontend/src/pages/chat/Chat.tsx#L337
'uploadedFiles' is defined but never used. Allowed unused args must match /^_/u
|
build-and-test:
frontend/src/pages/chat/Chat.tsx#L913
`tabIndex` should only be declared on interactive elements
|
build-and-test
Process completed with exit code 1.
|
build-and-test:
frontend/src/components/Answer/Answer.tsx#L73
React Hook useEffect has a missing dependency: 'answer'. Either include it or remove the dependency array
|
build-and-test:
frontend/src/pages/chat/Chat.tsx#L105
React Hook useEffect has missing dependencies: 'appStateContext.state.chatHistoryLoadingState', 'hideErrorDialog', 'isCosmosDbConfigured', and 'toggleErrorDialog'. Either include them or remove the dependency array
|
build-and-test:
frontend/src/pages/chat/Chat.tsx#L118
React Hook useEffect has missing dependencies: 'ui?.chat_logo' and 'ui?.logo'. Either include them or remove the dependency array
|
build-and-test:
frontend/src/pages/chat/Chat.tsx#L757
React Hook useLayoutEffect has missing dependencies: 'ERROR' and 'appStateContext'. Either include them or remove the dependency array
|
build-and-test:
frontend/src/pages/chat/Chat.tsx#L761
React Hook useEffect has a missing dependency: 'getUserInfoList'. Either include it or remove the dependency array
|