Merge pull request #4574 from bcakmakoglu/feat/get-handle-connections

feat(react,svelte): add `getHandleConnections` helper to `useReactFlow` & `useSvelteFlow`
This commit is contained in:
Moritz Klack
2024-08-26 15:56:41 +02:00
committed by GitHub
4 changed files with 58 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@xyflow/react': minor
'@xyflow/svelte': minor
---
Add `getHandleConnections` helper to `useReactFlow` & `useSvelteFlow`