Merge branch 'enhance-connection-more' of github.com:xyflow/xyflow into enhance-connection-more
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"strict": true,
|
"strict": true,
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"module": "ESNext",
|
"module": "ESNext",
|
||||||
"moduleResolution": "Node16",
|
"moduleResolution": "node16",
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
|
|||||||
@@ -121,4 +121,4 @@ const ConnectionLine = ({ style, type = ConnectionLineType.Bezier, CustomCompone
|
|||||||
return <path d={path} fill="none" className="react-flow__connection-path" style={style} />;
|
return <path d={path} fill="none" className="react-flow__connection-path" style={style} />;
|
||||||
};
|
};
|
||||||
|
|
||||||
ConnectionLine.displayName = 'ConnectionLine';
|
ConnectionLine.displayName = 'ConnectionLine';
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"inlineSources": false,
|
"inlineSources": false,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "bundler",
|
||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"noImplicitReturns": false,
|
"noImplicitReturns": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user