Files
resolutionflow/frontend/src
Michael Chihlas 7ccf4c602b
All checks were successful
Mirror to GitHub / mirror (push) Successful in 11s
fix(pilot): reorder Phase 3 useCallbacks to avoid TDZ on render
refreshSessionDerived's dep array referenced refreshActiveFix and
schedulePreviewRefresh before they were declared. React evaluates
useCallback deps synchronously during render, so the page blew up with
"Cannot access 'refreshActiveFix' before initialization" before a single
render completed. Moved the three leaf helpers above the aggregator.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 23:44:19 -04:00
..