We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc10036 commit 44dd9beCopy full SHA for 44dd9be
1 file changed
src/components/DiagramWrapper.tsx
@@ -94,6 +94,8 @@ export class DiagramWrapper extends React.Component<DiagramProps, {}> {
94
data.key = k;
95
return k;
96
}
97
+ // NOTE: the above "KeyFunction"s are simplistic and loop over data to avoid key collisions,
98
+ // they are not suitable for applications with lots of data
99
})
100
});
101
0 commit comments