-
https://github.com/wbkd/react-flow/issues/2912
-
-
### Describe the Bug
Doing `import type {Node} from "reactflow";` kills the TypeScript performance. Importing all other types looks fine.
I feel like the conflict with the generic Node type may be t…
-
### Describe the Bug
Please see examples on this page:
https://reactflow.dev/docs/examples/edges/edge-types/
The straight edge is not connected to the center of the handles.
### Your Examp…
-
### Describe the Bug
Getting this error after updating. Seems to be introduced by https://github.com/wbkd/react-flow/commit/32101dde66cccbbd64b4486e47e9441182d93e7b#diff-4dc1db8ddcb4b4ab77751f196dd…
-
Hello everyone ! I'm currently working on a new set of features for the DMN editor, specifically focused around leveraging AI .
I've managed to create some new ui widgets, create new graph element…
-
### Describe the Bug
So I followed the dagreJS example to distribute the nodes accordingly.
```
for (let i = 0; i < _nodes.length; i++) {
const node = _nodes[i];
const nodeWithPositi…
-
### Describe the Bug
First off, thanks a bunch for this library. It really takes our diagrams to the next level !
I have been trying to update a node's position in the database once the drag event…
-
We are going to integrate [app-relations-discovery](https://github.com/asyncapi/app-relations-discovery) functionalities into asyncapi cli which would allow users to access all the features of the lib…
-
### Describe the Bug
onMoveEnd triggered on right click even that mouse is not moved at all. Occurs only for the first time
### Your Example Website or App
_No response_
### Steps to Repro…