react-sortable-tree icon indicating copy to clipboard operation
react-sortable-tree copied to clipboard

It is possible to use a node as ReactRef() ?

Open joelboergers opened this issue 3 years ago • 1 comments

Hello,

i want to connect two node in two different tree with an arrow from the library Xarrows. The problem i have i that an arrow is connecte between two react element, (like the SortableTree how is an personal React element ), i had to get the react element of the node, it is possible ?.

here is a code sand box link (https://codesandbox.io/s/wild-surf-hz1gdc?file=/src/Tree.jsx)

If you know how to get access to a Node and use it with useRef(), thank you in advance for your help

joelboergers avatar Jul 28 '22 09:07 joelboergers

@fritz-c how did you build your node structure, is it possible to access it?

joelboergers avatar Jul 28 '22 09:07 joelboergers