Files
soroban-abacus-flashcards/apps/web
Thomas Hallock 8b4dacdc98 fix(complement-race): resolve infinite render loop in useTrackManagement
Fixed "Maximum update depth exceeded" error by removing displayPassengers
from the effect dependency array. The effect calls setDisplayPassengers,
which was triggering infinite re-renders at 60fps update frequency.

The displayPassengers state is only used for comparison inside the effect,
not as an input that should trigger re-execution.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-23 06:28:49 -05:00
..