react-diagrams icon indicating copy to clipboard operation
react-diagrams copied to clipboard

Deserialization not working

Open matthias-hoste opened this issue 1 year ago • 0 comments

I'm trying to deserialize a model using the following code: this.model.deserializeModel(JSON.parse(template), this.engine);

However it doesn't do anything, nothing seems to happen and the canvas remains empty. To serialize it I'm using the following code: this.props.model.serialize()

Might be worth mentioning that I am using custom models as well

matthias-hoste avatar Feb 03 '23 12:02 matthias-hoste