Brahmdev Pandey
Results
2
comments of
Brahmdev Pandey
First of all, very thanks for the quick response. It is highly appreciated. I tried the first way but really didn't work. Maybe I should explain it in more detail...
I did something like below to solve my problem. ``` useEffect(() => { if (tree.current !== null) { const currentTree = ReactDOM.findDOMNode(tree.current); // below line makes first node of the...