Nitesh Kumar
Nitesh Kumar
I am getting the same issue. When this will be fixed? I am using ubuntu 18.04
Below implementation worked for me. `React.createElement( Tree, { expandedKeys: this.state.expandedKeys, selectedKeys: this.state.selectedKeys, checkedKeys: this.state.checkedKeys, onSelect: this.onSelect, onCheck: this.onCheck, onExpand: this.onExpand, autoExpandParent: this.state.autoExpandParent, defaultExpandAll: this.state.expandAll, checkable: this.props.isCheckable, showLine: this.props.isNodeLineVisible }, treeNodes...