Lazy launching BrowseEnv / making BrowseEnv optional (#2155) #18
lint.yml
on: push
Lint frontend
27s
Lint python
12s
Annotations
7 warnings
Lint frontend:
frontend/src/components/Workspace.tsx#L101
React Hook useEffect has a missing dependency: 'activeTab'. Either include it or remove the dependency array
|
Lint frontend:
frontend/src/components/chat/ChatInterface.tsx#L75
Unexpected console statement
|
Lint frontend:
frontend/src/components/chat/ChatInterface.tsx#L102
React Hook React.useEffect has missing dependencies: 'dispatch', 'messages.length', and 't'. Either include them or remove the dependency array
|
Lint frontend:
frontend/src/components/file-explorer/FileExplorer.tsx#L124
React Hook React.useEffect has a missing dependency: 'refreshWorkspace'. Either include it or remove the dependency array
|
Lint frontend:
frontend/src/components/file-explorer/TreeNode.tsx#L60
React Hook React.useEffect has a missing dependency: 'refreshChildren'. Either include it or remove the dependency array
|
Lint frontend:
frontend/src/components/modals/settings/SettingsModal.tsx#L61
Unexpected console statement
|
Lint frontend:
frontend/src/services/session.ts#L87
Unexpected console statement
|