Merge branch 'v10' of github.com:wbkd/react-flow into v10

This commit is contained in:
moklick
2022-01-29 22:15:58 +01:00
+1 -1
View File
@@ -34,7 +34,7 @@ const defaultEdgeTypes = {
const initSnapGrid: [number, number] = [15, 15];
const initDefaultPosition: [number, number] = [0, 0];
const ReactFlow: FunctionComponent<ReactFlowProps> = forwardRef<ReactFlowRefType, ReactFlowProps>(
const ReactFlow = forwardRef<ReactFlowRefType, ReactFlowProps>(
(
{
nodes,