Refactor panel stuff from October #134
Annotations
10 errors and 5 warnings
Lint:
src/app/FlyoutForm/FlyoutForm.tsx#L4
'FlyoutStartScreen' is defined but never used
|
Lint:
src/app/FlyoutForm/FlyoutForm.tsx#L8
'Dropdown' is defined but never used
|
Lint:
src/app/FlyoutForm/FlyoutForm.tsx#L9
'DropdownItem' is defined but never used
|
Lint:
src/app/FlyoutForm/FlyoutForm.tsx#L10
'DropdownList' is defined but never used
|
Lint:
src/app/FlyoutForm/FlyoutForm.tsx#L11
'FileUpload' is defined but never used
|
Lint:
src/app/FlyoutForm/FlyoutForm.tsx#L17
'MenuToggle' is defined but never used
|
Lint:
src/app/FlyoutForm/FlyoutForm.tsx#L18
'MenuToggleElement' is defined but never used
|
Lint:
src/app/FlyoutForm/FlyoutForm.tsx#L32
'model' is assigned a value but never used
|
Lint:
src/app/FlyoutForm/FlyoutForm.tsx#L34
'icon' is assigned a value but never used
|
Lint:
src/app/FlyoutForm/FlyoutForm.tsx#L35
'filename' is assigned a value but never used
|
Lint:
src/app/BaseChatbot/BaseChatbot.tsx#L47
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
|
Lint:
src/app/BaseChatbot/BaseChatbot.tsx#L55
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
|
Lint:
src/app/Compare/CompareChild.tsx#L115
React Hook React.useEffect has missing dependencies: 'handleSend' and 'input'. Either include them or remove the dependency array
|
Lint:
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
|
Lint:
src/app/FlyoutList/FlyoutList.tsx#L61
React Hook React.useEffect has a missing dependency: 'loadAssistants'. Either include it or remove the dependency array
|