Skip to content

Commit a989d66

Browse files
committed
Update examples
1 parent 38ed798 commit a989d66

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

examples/bundle.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20142,7 +20142,7 @@
2014220142
null,
2014320143
_react2.default.createElement(_src2.default, {
2014420144
ref: function ref(c) {
20145-
return _this2.tree = c.getTree();
20145+
return _this2.tree = c.tree;
2014620146
},
2014720147
autoOpen: true,
2014820148
droppable: true,
@@ -20298,16 +20298,6 @@
2029820298
this.tree.destroy();
2029920299
this.tree = null;
2030020300
}
20301-
}, {
20302-
key: 'componentWillReceiveProps',
20303-
value: function componentWillReceiveProps(nextProps) {
20304-
console.log(this.props, nextProps);
20305-
}
20306-
}, {
20307-
key: 'getTree',
20308-
value: function getTree() {
20309-
return this.tree;
20310-
}
2031120301
}, {
2031220302
key: 'render',
2031320303
value: function render() {

examples/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)