-
### Please describe the feature that you want to propose
On my flow I usually have to update, or retrieve data from specific nodes multiple times and quite frequently which requires me to very inneff…
-
pushing to the repo results in ~10mins of wait until all of the deployments (xyflow-website, reactflow-website, svelteflow-website) are finished. How can we configure turborepo/vercel so that only the…
-
### Describe the Bug
When resizing a group node, on resize we see lots of errors on the console saying "ResizerObserver loop completed with undelivered notifications." We have a onNodesChange callbac…
ghost updated
8 months ago
-
### Describe the Bug
I am trying to create a flow diagram using react-flow, everything is working fine but I am not able to interact with the data within my custom node, (copying text or clicking a…
-
### Describe the Bug
I'm using Subflows in my app. When I am moving a node from one group to another and updating it's parentNode property then node is not getting positioned correctly it's placed …
-
### Describe the Bug
Hello!
I have a reactflow which works correctly locally but when I deploy to a dev environment (i.e. once built) the edges and nodes are not displayed correctly...
I tried se…
-
for fetching the pro examples from the private repo, we need a github access token. currently, we are using a PAT (personal access token) but this is not ideal as these are valid only for 90days max. …
-
### Describe the Bug
When trying to connect nodes in a similar fashion as this example https://reactflow.dev/examples/nodes/shapes the edges are not rendered.
I found out it has to do with `Handle…
pubmp updated
9 months ago
-
### Describe the Bug
When we add the onNodeClick and onNodeDoubleClick event listerns to the ReactFlow component, only onNodeClick is getting fired and onNodeDoubleClick is not even getting trigger.
…
-
### Describe the Bug
I'm trying to make a detector to new edge connections, I tried several methods, but the on:connection method isn't working for svelte case, in react version I saw people using …