react-sortable-tree-theme-full-node-drag icon indicating copy to clipboard operation
react-sortable-tree-theme-full-node-drag copied to clipboard

Lots of prop failure warnings

Open atshakil opened this issue 6 years ago • 1 comments

Test Environment

"react": "^16.4.1",
"react-dom": "^16.4.1",

Component Configuration

<SortableTree
  treeData={...}
  canDrag={false}
  onChange={...}
  theme={FileExplorerTheme}
  generateNodeProps={...}
/>

Console Warnings

1

2

3

atshakil avatar Jul 19 '18 03:07 atshakil

I am getting this also. Is there a solution here?

rchancey avatar Dec 28 '18 22:12 rchancey