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

Rendering Issue

Open rehanaslam328 opened this issue 6 years ago • 2 comments

I am rendering data from state . It passes as a prop to the infinite tree. In react developer tool props data is shown. But in user interface it is not printing the data

rehanaslam328 avatar Oct 30 '19 11:10 rehanaslam328

react-infinite-tree does not re-render once it is mounted. You need to update the tree by using the loadData method that is available on the tree instance. See issue #14 for details.

baig avatar Nov 12 '19 22:11 baig

react-infinite-tree does not re-render once it is mounted. You need to update the tree by using the loadData method that is available on the tree instance. See issue #14 for details.

Thanks, Problem solved

rehanaslam328 avatar Jan 23 '20 08:01 rehanaslam328