Refactor panel stuff from October #141
Annotations
7 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/FlyoutForm/FlyoutForm.tsx#L129
React Hook React.useEffect has a missing dependency: 'loadData'. Either include it or remove the dependency array
|
Run eslint:
src/app/FlyoutList/FlyoutList.tsx#L93
React Hook React.useEffect has a missing dependency: 'loadAssistants'. Either include it or remove the dependency array
|
Loading