work dirs #1684
Annotations
10 warnings
Run Lint:
ui/desktop/src/App.tsx#L40
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L40
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L57
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L57
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L70
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/App.tsx#L144
React Hook useEffect has missing dependencies: 'addRecentModel' and 'switchModel'. Either include them or remove the dependency array
|
Run Lint:
ui/desktop/src/App.tsx#L147
Unexpected any. Specify a different type
|
Run Lint:
ui/desktop/src/components/BottomMenu.tsx#L18
'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#L18
'getTextContent' is defined but never used. Allowed unused vars must match /^_/u
|
Loading