Add sample questions field and a11y improvements #151
Annotations
10 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#L54
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#L58
React Hook React.useEffect has a missing dependency: 'setChatbots'. Either include it or remove the dependency array
|
Run eslint:
src/app/BaseChatbot/BaseChatbot.tsx#L62
React Hook React.useEffect has a missing dependency: 'setChatbots'. Either include it or remove the dependency array
|
Run eslint:
src/app/BaseChatbot/BaseChatbot.tsx#L76
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#L139
React Hook React.useEffect has a missing dependency: 'loadData'. Either include it or remove the dependency array
|
Run eslint:
src/app/FlyoutList/FlyoutList.tsx#L102
React Hook React.useEffect has a missing dependency: 'loadAssistants'. Either include it or remove the dependency array
|
Loading