Andres "Andy" Gonzalez Jr.

Results 2 comments of Andres "Andy" Gonzalez Jr.

I can see the same issue even when I have unique ids for my edges. Not using immutable.js over here. ``` "@types/react-cytoscapejs": "1.1.1", "cytoscape": "3.16.1", "cytoscape-cose-bilkent": "4.1.0", "react": "^16.12.0", "react-cytoscapejs":...

If using hooks / functional component, this seems to work: ``` export const Chart = (props: any): ReactElement => { const cyRef = useRef(); ... return ( { cyRef.current =...