-
### Describe the Bug
I updated from `9.7.4` to `10.0.3`. I went through the migration instructions and am now getting this error. I was able to get the error when setting up react-flow even with no d…
-
### Please describe the feature that you want to propose
expected api:
```ts
const { setViewport, zoomIn, zoomOut, ..., onToggleInteractivity } = useReactFlow();
```
-
### Describe the Bug
I get a maximum update depth exceeded error when using zustand store. I just applied the article below to my own app. As you can see in the video, this error occurs when I move t…
-
Hi! Please add feature connection forwarding in handle, thanks
```js
{#if connected}
// show some content
{/if}
```
Thanks
_Originally posted by @1bye in https://github.c…
1bye updated
11 months ago
-
### Describe the Bug
I needed `disableKeyboardA11y` in my project, but when I looked at all the properties in the [< ReactFlow/> Keyboard props](https://reactflow.dev/api-reference/react-flow#disable…
-
### Describe the Bug
`useReactFlow().setNodes` callback doesn't get the latest `nodes` argument when called sequentially right after another `setNodes` invocation.
Note:
1. The same issue is rele…
-
### Describe the Bug
using `reactStrictMode` results in the error:
> It looks like you've created a new nodeTypes or edgeTypes object
![image](https://github.com/xyflow/xyflow/assets/122785904/…
-
### Describe the Bug
I personally think that in a "controlled" setup, setting nodes from within the code shouldn't trigger `onNodesChange`; just like how in a react controlled form field, setting the…
-
we want to add a trial mode to the pro platform so that you can see the format of the pro examples. there are two options:
1. we have 1-2 "free" pro examples that everyone can view when they sign up
…
-
### Describe the Bug
In 0.0.37, connecting turned into "connectingfrom" and "connectingto"
>status class names for Handle components are slightly different. It's now "connectingfrom" and "connect…