Amai mi cookie

This commit is contained in:
marcos 2026-01-23 19:53:10 +01:00
parent 09bdf14c0a
commit 15060a5ad8
1 changed files with 2 additions and 1 deletions

View File

@ -574,6 +574,7 @@ const SidebarMenuButton = React.forwardRef<
data-active={isActive}
className={cn(sidebarMenuButtonVariants({ variant, size }), className)}
{...props}
suppressHydrationWarning
/>
)