Hello ...
Trying to use cytoscape-dom-node (https://github.com/mwri/cytoscape-dom-node) I got an error with cy.nodes().
The cytoscape-dom-node extesion works properly on cytoscape without vue.
It seams that typescript introduced an issue during transpilation.
Googling the error in console "In order to be iterable, non-array objects must have a [Symbol.iterator]() method." seams that typescript is causing the issue.
Hello ... Trying to use cytoscape-dom-node (https://github.com/mwri/cytoscape-dom-node) I got an error with cy.nodes(). The cytoscape-dom-node extesion works properly on cytoscape without vue. It seams that typescript introduced an issue during transpilation. Googling the error in console "In order to be iterable, non-array objects must have a [Symbol.iterator]() method." seams that typescript is causing the issue.