You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ws-hook): remove phase from effect deps to prevent reconnect on completion
- Add phaseRef to track phase without causing effect re-runs
- Use phaseRef.current inside effect instead of phase state
- Remove phase from dependency array with eslint-disable comment
- Prevents connect(repoId) being called when phase changes to 'completed'
0 commit comments