I'm using the react-diagram and place nodes dynamically via code to the diagram.
Now I want to update one of the nodes.
To make it easy I just create a new node with the same Id and want to replace the existing (all connections should remain).
I hav'nt found a way to do this.
how can i simply update a existing node or ?