You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to re render the tree when the filesystem data is changed by another component and passed to the tree in props. I have implemented this Custom TreeDataProvider:
I am trying to re render the tree when the filesystem data is changed by another component and passed to the tree in props. I have implemented this Custom TreeDataProvider:
Here's the relevant code in the component. I am trying to emit an event in the useEffect.
How do I get the tree to rerender when the fileSystem data changes?
Thanks.
The text was updated successfully, but these errors were encountered: