chore(rfId): cleanup id handling

This commit is contained in:
moklick
2022-10-19 16:58:36 +02:00
parent 0feb847b76
commit 74cacd29cb
3 changed files with 8 additions and 9 deletions
@@ -275,7 +275,7 @@ const ReactFlow = forwardRef<ReactFlowRefType, ReactFlowProps>(
onSelectionDragStop={onSelectionDragStop}
noPanClassName={noPanClassName}
nodeOrigin={nodeOrigin}
id={rfId}
rfId={rfId}
/>
<SelectionListener onSelectionChange={onSelectionChange} />
{children}