We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b9f43 commit 1844b9bCopy full SHA for 1844b9b
1 file changed
src/components/molecules/flow/index.js
@@ -219,6 +219,7 @@ const Flow = ({ tab, collectionId }) => {
219
return (
220
<div className='flex-auto'>
221
<ReactFlow
222
+ key={tab.id}
223
nodes={nodes}
224
edges={edges}
225
onNodesChange={onNodesChange}
0 commit comments