fix(pkg): dont use wait-on

This commit is contained in:
moklick
2020-05-11 15:13:25 +02:00
parent 401c572d10
commit 48b2840700
5 changed files with 15 additions and 132 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ const initialElements = [
{ id: 'e3-5', source: '4', target: '5', animated: true, label: 'animated styled edge', style: { stroke: 'red' } },
{ id: 'e5-6', source: '5', target: '6', label: 'styled label', labelStyle: { fill: 'red', fontWeight: 700 } },
{ id: 'e5-7', source: '5', target: '7', label: 'label with styled bg', labelBgStyle: { fill: '#eee', fillOpacity: 0.7 } },
]
];
const EdgesFlow = () => {
const [elements, setElements] = useState(initialElements);