mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
20f94e48f72ca566344c6a08983284d72ea83695
Root cause identified: Infinite loop in git-diff.tsx due to unstable requestGitDiff function reference. The useEffect depends on this function which changes on every store update, causing repeated git_diff_request calls (250+ times in seconds). Added findings section documenting: - Data flow analysis showing the dependency chain - The exact loop mechanism - Console evidence (setGitDiffs/setSessionMethods called 250+ times) - Required fix: remove requestGitDiff from useEffect dependencies Added follow-up tasks: - Fix task to remove unstable dependency - Test task to verify git diff loads correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Languages
TypeScript
98.1%
JavaScript
1.3%
Shell
0.1%
Swift
0.1%