Whats New in React Flow 12.4.0
New year, new minor release :) This release contains mostly fixes but also introduces a new useNodeConnections
that is the successor of useHandleConnections
.
Minor Changes
- #4725 Add
useNodeConnections
hook to track all connections to a node. Can be filtered by handleType and handleId.