We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68c3bf commit bd0df92Copy full SHA for bd0df92
example/src/App.js
@@ -55,7 +55,7 @@ class App extends Component {
55
expanded,
56
});
57
58
- this._editor.set(treeData);
+ this._editor.set(newTreeData);
59
60
this.setState({
61
treeData: newTreeData,
0 commit comments