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
Soviut
changed the title
[Bug]: SidebarSeparator relies on Separator but does not install it
[Bug]: Sidebar components rely on other UI components that are not installed
Nov 10, 2024
Reproduction
https://stackblitz.com/edit/dkh1ug?file=src%2FApp.vue
Describe the bug
If you install the Sidebar components
Then add the sidebar to your HTML
The following error is thrown because SidebarSeparator import Separator
And SidebarSkeleton imports Skeleton
And Sheet
And Input
And Tooltip
Installing the dependent components does fix the issue, however, they should be installed along with the sidebar if they're required.
System Info
Contributes
The text was updated successfully, but these errors were encountered: