chore(batchprovider): cleanup

This commit is contained in:
moklick
2025-05-07 09:41:44 +02:00
parent 895b5d81c8
commit 9684204344

View File

@@ -40,7 +40,6 @@ export function BatchProvider<NodeType extends Node = Node, EdgeType extends Edg
next = typeof payload === 'function' ? payload(next) : payload;
}
// When a controlled flow is used we need to collect the changes
const changes = getElementsDiffChanges({
items: next,
lookup: nodeLookup,