id mandatory in Sidebar ?

Hi all,
…so when I have a sidebar with multi-level and I collapse it as per code snippet, my 2nd and later level items need to have an id, otherwise an error is thrown.

Find copied from sidebar example: https://snippet.webix.com/i5gu4wea - if the sidebar is expanded, all works fine, specifically selecting Structuring->Layouts->Precise->Grid NO ID works fine.

But if you now collapse it and select from the left bar the same path, an error is thrown.

So it works fine collapsed, but gives an error when expanded if you do not supply an id in the item.

Can work around that, of course but usually I use nowhere IDs, for the sake of this issue can do, like uuid’s or something.

All the best

Frank

Hello!
I can confirm the issue, thank you for reporting. We will fix it.
As a solution, it’s better to use ids for now.

…thanks Nastja…