feat: add git commit and push UI with AI commit message generation #513
ci.yml
on: pull_request
test-tauri
55s
build-macos
1m 13s
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
|