Moritz Klack

Results 492 comments of Moritz Klack

Got it. It might be related with the new batching of `setNodes`. We will check it next week.

Could you check again with the latest version 12.0.0-next.21? We revised the batching.

Not sure why we don't have it. Maybe because double click also zooms 🤔 I think as a better workaround you could use `onPaneClick` and check `event.detail` or work with...

Hey @calebpeterson we are definitely interested in supporting this. Currently we are waiting until the nodes have been measured (by a ResizeObserver) before we render them. When we receive the...

Rendering nodes is the minimum of what I would like to achieve with the next major release. We are also thinking about renaming "width" and "height" to "measuredWidth" and "measuredHeight"...

SSR will be part of the next major release, you can already test it. All details here: https://github.com/xyflow/xyflow/discussions/3764

This is one of the big feature updates for React Flow 12 (which is finally out)! If you are using 11, you can find the migration guide here: https://reactflow.dev/learn/troubleshooting/migrate-to-v12