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
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
I'm seeing something I think is related, but let me know if I should open a separate issue...
I think that any fast changes to the data prop can cause the treeview to end up rendered wrong. I think this is due to a race condition with animations, because when I turned animations off the issue stopped happening.
In my case, I update data several times in <1 second, and at the end of the process a node that has toggled: true is closed when it should be open.
It would be great to make the animations robust to fast changes. It looks like the underlying issue might be google-fabric/velocity-react#212
Reproduced in Chrome, FF, and Safari
The text was updated successfully, but these errors were encountered: