Refactor panel stuff from October #144
Annotations
9 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run eslint:
src/app/BaseChatbot/BaseChatbot.tsx#L49
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
|
Run eslint:
src/app/BaseChatbot/BaseChatbot.tsx#L53
React Hook React.useEffect has a missing dependency: 'setChatbots'. Either include it or remove the dependency array
|
Run eslint:
src/app/BaseChatbot/BaseChatbot.tsx#L67
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
|
Run eslint:
src/app/Compare/CompareChild.tsx#L115
React Hook React.useEffect has missing dependencies: 'handleSend' and 'input'. Either include them or remove the dependency array
|
Run eslint:
src/app/Compare/CompareLayout.tsx#L47
React Hook React.useEffect has a missing dependency: 'setChatbots'. Either include it or remove the dependency array
|
Run eslint:
src/app/Compare/CompareLayout.tsx#L84
React Hook React.useEffect has missing dependencies: 'assistants', 'chatbots', and 'navigate'. Either include them or remove the dependency array
|
Run eslint:
src/app/FlyoutForm/FlyoutForm.tsx#L135
React Hook React.useEffect has a missing dependency: 'loadData'. Either include it or remove the dependency array
|
Run eslint:
src/app/FlyoutList/FlyoutList.tsx#L54
React Hook React.useEffect has a missing dependency: 'loadAssistants'. Either include it or remove the dependency array
|
Loading