Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering Issue #23

Open
rehanaslam328 opened this issue Oct 30, 2019 · 2 comments
Open

Rendering Issue #23

rehanaslam328 opened this issue Oct 30, 2019 · 2 comments

Comments

@rehanaslam328
Copy link

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

@baig
Copy link

baig commented Nov 12, 2019

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.

@rehanaslam328
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants