Why does using structuredClone on an Object in mxGraph result in “Uncaught TypeError: terminal.insertEdge is not a function”
I’m trying to clone an Vertex-object in mxgraph, to edit the coordinates without changing the original Vertex, but I get the Error “Uncaught TypeError: terminal.insertEdge is not a function” in the console and none of the vertices, from that point on, render.