Hi,
I am using react Diagram component.
On my page, am using more than one Diagram component.
Export data from component not working properly because am using the same ref for all Diagram component
ref={diagram => (diagramInstance = diagram)}
var drawData = diagramInstance.saveDiagram()
How do I use diagramInstance dynamically?