Merge branch 'v11' into chore/testing

This commit is contained in:
moklick
2022-08-29 10:37:29 +02:00
63 changed files with 100 additions and 292 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import React, { FC } from 'react';
import { EdgeProps, getBezierPath } from '@react-flow/bundle';
import { EdgeProps, getBezierPath } from 'reactflow';
const CustomEdge: FC<EdgeProps> = ({
id,
+1 -1
View File
@@ -1,5 +1,5 @@
import React, { FC } from 'react';
import { EdgeProps, getBezierPath, EdgeText, getBezierEdgeCenter } from '@react-flow/bundle';
import { EdgeProps, getBezierPath, EdgeText, getBezierEdgeCenter } from 'reactflow';
const CustomEdge: FC<EdgeProps> = ({
id,
+1 -1
View File
@@ -12,7 +12,7 @@ import {
Node,
useEdgesState,
useNodesState,
} from '@react-flow/bundle';
} from 'reactflow';
import CustomEdge from './CustomEdge';
import CustomEdge2 from './CustomEdge2';