Browse Source
The useMemo for incomingText depended on edges (from useEdges), which doesn't change when upstream node data changes. On re-runs, the memo returned stale text and the useEffect overwrote correct execution results. Replace with a Zustand store selector using getConnectedInputsPure that recomputes when upstream node data changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>handoff-20260429-1057
1 changed files with 9 additions and 8 deletions
Loading…
Reference in new issue