Merge branch 'next' into enhance-connection-more

This commit is contained in:
Moritz Klack
2024-06-26 17:01:20 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -121,4 +121,4 @@ const ConnectionLine = ({ style, type = ConnectionLineType.Bezier, CustomCompone
return <path d={path} fill="none" className="react-flow__connection-path" style={style} />;
};
ConnectionLine.displayName = 'ConnectionLine';
ConnectionLine.displayName = 'ConnectionLine';