feat(i18n): enhance i18n support across UI components #131
Annotations
2 errors and 3 warnings
lint (22.x)
Process completed with exit code 1.
|
lint (22.x):
frontend/src/components/common/FilePickerDropdown.tsx#L20
'currentPath' is defined but never used. Allowed unused args must match /^_/u
|
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#L272
React Hook useCallback has a missing dependency: 'addMentionToInput'. Either include it or remove the dependency array
|