We are updating the text bindings in a node from a React form and using the skipsDiagramUpdate flag set to false we make the canvas update. But in some cases when the node shifts shape, the links connected to the ports specified on the node fail to update accordingly. Is there any event we can listen to update the link points in our state in this case?
For more context: The ports on this case on the node is set like in the Record Mapper example