fix(elements): change data from outside

This commit is contained in:
moklick
2019-07-17 17:34:42 +02:00
parent a5aa78f02a
commit 1dbeebfb27
8 changed files with 59 additions and 33 deletions

View File

@@ -82,7 +82,6 @@ class App extends PureComponent {
}
render() {
console.log(this.state.elements);
return (
<Graph
elements={this.state.elements}