Skip to content

Refactor panel stuff from October #136

Refactor panel stuff from October

Refactor panel stuff from October #136

Triggered via pull request November 27, 2024 03:05
Status Success
Total duration 42s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L49
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L63
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
Lint: src/app/Compare/CompareChild.tsx#L115
React Hook React.useEffect has missing dependencies: 'handleSend' and 'input'. Either include them or remove the dependency array
Lint: src/app/Compare/CompareLayout.tsx#L79
React Hook React.useEffect has missing dependencies: 'assistants', 'chatbots', 'flyoutMenuSelectedChatbot', and 'navigate'. Either include them or remove the dependency array
Lint: src/app/FlyoutList/FlyoutList.tsx#L61
React Hook React.useEffect has a missing dependency: 'loadAssistants'. Either include it or remove the dependency array