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
Ok, I think I did figure out why it is not expanding, Since function is called on every render, new instance of object is generated and expand is not saved. Expand needs either to be saved in different structure or children need to be reused (either by library user or by library)
This is sample code that does not work as expected.
First node does not want to expand.
This seem to fix it:
nemanjan00@f1432f4
It sounds to me like somewhere
children
is used instead ofchildrenContent
The text was updated successfully, but these errors were encountered: