You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: