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

I'm using Nextjs to build my page. The graph renders perfectly but whenever I refresh the page it throws this error. Ask me anything if you need more info.

This PR hopes to breathe a bit of fresh air into the repo. If there's no action on this for a while, I'm planning to fork the project :) In...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Since cytoscape is used by the user of react-cytoscape, it should be a peer dependency. This prevents instances where you get multiple copies of cytoscape. https://github.com/plotly/react-cytoscapejs/issues/21 https://github.com/plotly/react-cytoscapejs/issues/17 As mentioned, by...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

I found the following error in the console and tracked it down to react-cytoscapejs. ``` state = { w: 0, h: 0, elements: [] } render() { return ( )...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

When we use this library in a server-side rendering environment, we get the error `ReferenceError: window is not defined` if you look at the [source](https://unpkg.com/[email protected]/dist/react-cytoscape.js), it looks like the error...

Hello, I've follow the installation process via npm : `npm install react-cytoscapejs` but it seems that it didn't retrieve the very last version... Looking in the package-lock.json and downloading from...