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
when the Sidebar component is set to collapsible = icon, the group label flickers
<Sidebar collapsible="icon">
<SidebarContent>
<SidebarGroup>
<SidebarGroupLabel>On Point Mobile Bartending</SidebarGroupLabel>
<SidebarGroupContent></SidebarGroupContent>
</SidebarGroup>
</SidebarContent>
<SidebarFooter>
<UserButton showName />
</SidebarFooter>
</Sidebar>
### Affected component/components
Sidebar
### How to reproduce
1. add a sidebar
2. set collapsible to icon
3. add a SidebarGroup with a SidebarGroupLabel
Notice the label flickers
### Codesandbox/StackBlitz link
_No response_
### Logs
_No response_
### System Info
```bash
Nextjs 15
Before submitting
I've made research efforts and searched the documentation
I've searched for existing issues
The text was updated successfully, but these errors were encountered:
Describe the bug
when the Sidebar component is set to collapsible = icon, the group label flickers
Before submitting
The text was updated successfully, but these errors were encountered: