Skip to content

Commit

Permalink
removed wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyworkspace committed Jan 29, 2022
1 parent 578c278 commit 4ad17d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/container/ReactFlow/index.tsx
Expand Up @@ -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,
Expand Down

0 comments on commit 4ad17d8

Please sign in to comment.