Open
Description
Hello, I would like apply different styles when tree-to-tree dragging. You can imagine case when first tree consists of screens and second of tags. Tag should be assigned to screen using different animation.
I have experimented with callback generateNodeProps
, that can render additional node fields. So I tried to pass component SortableTree, however these recursive approach will not render child component.
Do you have any suggestions?
Thank you