react-cytoscapejs icon indicating copy to clipboard operation
react-cytoscapejs copied to clipboard

React component for Cytoscape.js network visualisations

Results 57 react-cytoscapejs issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

We have used boxSelectionEnabled=true and we can able to see the selection but when we release the mouse nothing is happening expected behavior is selection should be zoomed automatically. Can...

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 3.2.0 to 3.2.1. Release notes Sourced from loader-utils's releases. v3.2.1 3.2.1 (2022-11-11) Bug Fixes ReDoS problem (#224) (d2d752d) Changelog Sourced from loader-utils's changelog. 3.2.1 (2022-11-11) Bug Fixes...

dependencies

To those developing with TS and receiving a "module not found" when importing "react-cytoscapejs" (depending on their configuration): ```ts import CytoscapeComponent from 'react-cytoscapejs'; // produces "cannot find module error" ```...

when i try to get the edge event position with the renderedPosition i get undefined

Recently upgraded my app to React 18 to have concurrent rendering with createRoot(rootElement).render() replacing the old render(, rootElement) and specifically this command causes all of the edges to not pick...