Open mattrosno opened 3 years ago
Instead of trying to listen to expansion, storing it in state, and then controlling each SideNavMenu (don't know if that's even possible), I just set defaultExpanded={true} on one of the SideNavMenu's for now.
defaultExpanded={true}
Instead of trying to listen to expansion, storing it in state, and then controlling each SideNavMenu (don't know if that's even possible), I just set
defaultExpanded={true}
on one of the SideNavMenu's for now.