Base UI Sidebar collapsing transition not working in Next.js #10027
Unanswered
addavid888
asked this question in
Q&A
Replies: 1 comment
-
|
@AlanT25 Sidebar transitions often fail if the <SidebarProvider>
<AppSidebar />
<main>
<SidebarTrigger />
{children}
</main>
</SidebarProvider> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recording.2026-03-13.232518.mp4
I have this problem when using the sidebar-10 block. The transition when sidebar is collapsing is not working. Apart from that other transitions are working fine. I tried to reset the components using this command but it doesn't work.
Does anyone has the same problem?
Beta Was this translation helpful? Give feedback.
All reactions