Hi,
I was following this thread about saving the state of diagram here;
and there was a link to a stackblitz example here;
https://stackblitz.com/edit/angular-bkxjjz?file=main.ts
Im having an issue of loading the state of the "saved" diagram and i was thinking that this example would have helped me. When i tried to "save" and then "load" the diagram on the stackblitz, I see on the console an error so it wont load display the diagram;
Error: Cannot read property 'length' of undefined
Can you check this error on your stackblitz example so that I can verify if im doing the saving incorrectly?
thank you.