feat: add git commit and push UI with AI commit message generation #503
ci.yml
on: pull_request
test-tauri
49s
build-macos
1m 53s
Annotations
1 warning
|
lint:
src/features/git/components/GitDiffPanel.tsx#L314
The 'allFiles' array makes the dependencies of useCallback Hook (at line 358) change on every render. Move it inside the useCallback callback. Alternatively, wrap the initialization of 'allFiles' in its own useMemo() Hook
|