feat(ui): add working directory and enhance searchable file picker #120
Annotations
1 error and 3 warnings
lint (22.x)
Process completed with exit code 1.
|
lint (22.x):
frontend/src/hooks/useProcessManager.ts#L73
React Hook useEffect has a missing dependency: 'fetchProcessStatuses'. Either include it or remove the dependency array
|
lint (22.x):
frontend/src/hooks/useFileSystemNavigation.ts#L153
React Hook useEffect has missing dependencies: 'state.currentPath' and 'state.entries.length'. Either include them or remove the dependency array
|
lint (22.x):
frontend/src/components/common/MentionInput.tsx#L202
React Hook useCallback has a missing dependency: 'addMentionToInput'. Either include it or remove the dependency array
|