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

A library for creating directed graph editors

Results 92 react-digraph issues
Sort by recently updated
recently updated
newest added

With 8.0 breaking changes, the example was no longer working (it was using the old functions)

Switch to HTML5 instead of quirks mode Change CSS to flex to properly fill entire viewport Remove unneeded and outdated .js and .css links

Hello, I have an issue while running npm install in my project, my react-digraph dependency (to v7.2.1) is pulling **react 15** due to a transitive dependency : react-digraph [7.2.1] >...

**Describe the bug** Just like the title, the `onSelect` prop only called once when `allowMultiSelect` set to true. While when set to false, the `onSelect` prop can call multiple times....

**Is your feature request related to a problem? Please describe.** Currently react-digraph 7.x and 8.x contain an old version of react as peer dependencies in their package.json, for example: ```...

**Describe the bug** In some cases (e.g. when you open the page with GraphView and immediately close it while zoom is still performing) you can get the warning: "Warning: Can't...

bug
help wanted

For some strange reason, every time I enter and have interaction with the component and then I change to another tab where the component is not, I get this warning...

Hi, I created a component Graph.js where call -GraphView with params- it is working good if I call this component only once but the problem is when I try to...