Refactor panel stuff from October #137
Annotations
6 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#L63
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#L76
React Hook React.useEffect has missing dependencies: 'assistants', 'chatbots', and 'navigate'. Either include them or remove the dependency array
|
Run eslint:
src/app/FlyoutList/FlyoutList.tsx#L64
React Hook React.useEffect has a missing dependency: 'loadAssistants'. Either include it or remove the dependency array
|
Loading