-
### Describe the Bug
In my application, I am drawing an Edge with a custom edge.
With multiple Nodes and Edges placed in ReactFlow, if I make an Edge selected and then select another Edge, it does n…
-
* Components within Sub-Flow component? : https://reactflow.dev/docs/examples/layout/sub-flows/
* Determine size of circle? Expand circle when subcomponents introduced?
-
https://reactflow.dev/docs/quickstart/#some-extra-goodies directs the learner to use a `Minimap` component, but the component is named `MiniMap` (see https://reactflow.dev/docs/api/plugin-components/m…
-
### Describe the Bug
When using a controlled state (for nodes) when using the NodeResizer the width and height are not updating accordingly. I see two behaviors: one is that on selection the node gro…
-
Hello, is it possible to highlight all lines and linked nodes of a selected node? Either on click or on mouse hover?
-
### Describe the Bug
If the source handle and target handle are within the same node, the `react-flow_handle-connecting` and `react-flow__handle-valid` classes will not be added to the handle upon co…
-
https://reactflow.dev/docs/examples/layout/dagre/
https://github.com/dagrejs/dagre/wiki
Looks like it could do all of the graph algo for us.
-
**Platform**
MacOS, Google Chrome.
**Description**
`⇧ Shift` key selects multiple nodes not by holding a key, but just by clicking.
https://user-images.githubusercontent.com/35642018/229346651…
-
The current data type for Node is
![image](https://user-images.githubusercontent.com/2856501/142265517-16741556-b401-49fc-8382-6f29276c03b7.png)
This means even when you assign `T` such as `Node…
-
### Describe the Bug
onConnectEnd doesn't seem to have the latest reference when it's called.
### Expected behavior
onConnectEnd should always have the latest reference.
### Screenshots …