fix(react): applyChanges broken for multi changes for one node
This commit is contained in:
@@ -141,8 +141,9 @@ function applyChanges(changes: any[], elements: any[]): any[] {
|
||||
}
|
||||
}
|
||||
}
|
||||
updatedElements.push(updateItem);
|
||||
}
|
||||
|
||||
updatedElements.push(updateItem);
|
||||
}
|
||||
|
||||
return updatedElements;
|
||||
|
||||
Reference in New Issue
Block a user