Merge pull request #5013 from xyflow/fix-connection-component-type

Fix connection component type
This commit is contained in:
Moritz Klack
2025-02-12 14:22:12 +01:00
committed by GitHub
4 changed files with 27 additions and 11 deletions
@@ -170,7 +170,7 @@ function GraphViewComponent<NodeType extends Node = Node, EdgeType extends Edge
disableKeyboardA11y={disableKeyboardA11y}
rfId={rfId}
/>
<ConnectionLineWrapper
<ConnectionLineWrapper<NodeType>
style={connectionLineStyle}
type={connectionLineType}
component={connectionLineComponent}