Adjust sources endpoint handling #125
Annotations
4 warnings
Lint:
src/app/BaseChatbot/BaseChatbot.tsx#L43
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
|
Lint:
src/app/BaseChatbot/BaseChatbot.tsx#L51
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
|
Lint:
src/app/Compare/CompareChild.tsx#L105
React Hook React.useEffect has missing dependencies: 'handleSend' and 'input'. Either include them or remove the dependency array
|
Lint:
src/app/Compare/CompareLayout.tsx#L70
React Hook React.useEffect has missing dependencies: 'assistants', 'chatbots', and 'navigate'. Either include them or remove the dependency array
|