getStoreNodes
getStoreNodes():
WorkflowBuilderNode[]
One-shot read of the current nodes from the store (outside React).
Inside a component prefer useStore((s) => s.nodes) so the component
re-renders when nodes change.
getStoreNodes():
WorkflowBuilderNode[]
One-shot read of the current nodes from the store (outside React).
Inside a component prefer useStore((s) => s.nodes) so the component
re-renders when nodes change.