removed copy pasta null
This commit is contained in:
+1
-1
@@ -303,7 +303,7 @@ export type ConnectionLineComponentProps = {
|
||||
targetPosition?: Position;
|
||||
connectionLineStyle?: CSSProperties;
|
||||
connectionLineType: ConnectionLineType;
|
||||
sourceNode?: Node | null;
|
||||
sourceNode?: Node;
|
||||
sourceHandle?: HandleElement;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user