Hi,
When I set the preventDefaults to true for my diagram
<e-diagram-serializationsettings preventDefaults="true"/>
And I serialize/Deserialize the diagram:
const jsonData = this.diagram.saveDiagram(); // That works fine, jsonData is well formed
var test = this.diagram.loadDiagram(jsonData);
I have this javascript error:
Uncaught TypeError: Cannot read property 'type' of undefined
Regards,
Laurent