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
The cause of this problem seems to be related to the value of props.tree.id changing every time when navigating occurs (checked expandedNodes in FolderTree.js, line 32, by using the console).
The problem seems to be related to the use of _counter++ inside lib/utils/convertObject() as an id.
SOLUTION: I'm not sure if there is a better way, but I solved this problem by giving thisObject.name as value of id.
It seems that if I open a page from the sidebar, the sidebar collapses? Anyway to keep that open?
The text was updated successfully, but these errors were encountered: