What I am trying to do: selected node draggable and droppable.
I have make a
codesandbox to show what I have done so far.
This is the code that I have tried, it is not working. Any advice is appreciated.
handleSelectionChange(selection) {
<Draggable>{selection}</Draggable>;
this.setState({ selection: selection });
}