remove env vars from bottom menu model setting #1889
Annotations
10 warnings
Run Lint:
ui/desktop/src/App.tsx#L46
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L64
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L64
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L77
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L152
React Hook useEffect has missing dependencies: 'addRecentModel' and 'switchModel'. Either include them or remove the dependency array
|
Run Lint:
ui/desktop/src/App.tsx#L188
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/components/BottomMenu.tsx#L20
'recentModels' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run Lint:
ui/desktop/src/components/ChatView.tsx#L14
'askAi' is defined but never used. Allowed unused vars must match /^_/u
|
Run Lint:
ui/desktop/src/components/ChatView.tsx#L26
'getTextContent' is defined but never used. Allowed unused vars must match /^_/u
|
Run Lint:
ui/desktop/src/components/ChatView.tsx#L43
Unexpected any. Specify a different type
|
Loading