I'm trying to create nested sidebar using expanding component.
But nested expanding components does not work.
While the inside expanding component was opened, the outside one won't expand
Any idea to make it work?
Thanks
<expanding>
...some list items
<expanding>
..some list items
</expanding>
</expanding>