chore(examples): stress with 900 nodes

This commit is contained in:
moklick
2021-02-16 12:25:38 +01:00
parent bfc4d5ea82
commit 02778cc7e7

View File

@@ -8,7 +8,7 @@ const onLoad = (reactFlowInstance) => {
console.log(reactFlowInstance.getElements());
};
const initialElements = getElements(10, 10);
const initialElements = getElements(30, 30);
const StressFlow = () => {
const [elements, setElements] = useState(initialElements);