react-ui-tree icon indicating copy to clipboard operation
react-ui-tree copied to clipboard

there are errors in console, and no icon and draggable?

Open liuweinan0575 opened this issue 7 years ago • 0 comments

screen shot 2018-02-08 at 2 11 53 pm

When I immediately apply the following code, there is one error. Besides, there is no icon for three node. And when I drag the root node, the second error appears.

`<Tree paddingLeft={20} tree={treeData} renderNode={this.renderNode} />

renderNode(node) { console.log(node); return {node.module} ; }

`

liuweinan0575 avatar Feb 08 '18 06:02 liuweinan0575