Updating workflow #194
Annotations
7 warnings
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
src/app/Compare/CompareChild.tsx#L118
React Hook React.useEffect has missing dependencies: 'handleSend' and 'input'. Either include them or remove the dependency array
|
Lint:
src/app/Compare/CompareLayout.tsx#L87
React Hook React.useEffect has missing dependencies: 'allChatbots', 'assistants', and 'navigate'. Either include them or remove the dependency array
|
Lint:
src/app/FlyoutForm/AssistantFlyoutForm.tsx#L142
React Hook React.useEffect has a missing dependency: 'loadData'. Either include it or remove the dependency array
|
Lint:
src/app/FlyoutForm/KnowledgeSourceFlyoutForm.tsx#L55
React Hook React.useEffect has a missing dependency: 'validateForm'. Either include it or remove the dependency array
|
Lint:
src/app/FlyoutForm/LLMConnectionFlyoutForm.tsx#L63
React Hook React.useEffect has a missing dependency: 'validateForm'. Either include it or remove the dependency array
|
Lint:
src/app/FlyoutList/FlyoutList.tsx#L129
React Hook React.useEffect has missing dependencies: 'loadItems' and 'setReloadList'. Either include them or remove the dependency array
|