I already have a Tree component from PrimeReact 7.x that I use. Now I would like to have another UI element(another Tree or list my own implementaion) that I should be able to drag and drop to the existing Tree. Preferrable a drag and drop between 2 Tree components since I have a Tree that has drag and drop working with in itself or any alternate solution.
Codesandbox trial with 2 Tree components failing
TIA