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(lineage): move impact-at-startup trigger into useLayoutEffect
The separate useEffect never triggered the CLL API call because
actionGetCll.mutateAsync only runs inside the useLayoutEffect
(gated on lineageGraph). Additionally, persist the CLL input to
viewOptions so it survives effect re-fires from the lineageGraph
cache patch.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Danyel Fisher <danyel@gmail.com>
0 commit comments