Summary
Inside of a SidebarDropdownWrapper, it seems to close for me on page navigation which is a bit weird, I want it to stay open if a page that is inside of it is active.
Basic example
maybe just a stayOpen bool?
<SidebarDropdownWrapper label="..." stayOpen>...</SidebarDropdownWrapper>
Motivation
Personally, I just require this for my design spec but I feel like this could be useful for loads of people.