react-infinite-tree
react-infinite-tree copied to clipboard
Rendering Issue
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
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.
react-infinite-treedoes not re-render once it is mounted. You need to update the tree by using theloadDatamethod that is available on the tree instance. See issue #14 for details.
Thanks, Problem solved