Akbar Anung Yudha Saputra

Results 5 comments of Akbar Anung Yudha Saputra

Hi, @krunalinfynno @Josevictor2 @AlejandroSanchez90 Refer to this answer https://github.com/shadcn-ui/ui/issues/94#issuecomment-1763020702 I try reproduce and found the solution, seems like this: 1. Add `submenu-viewport` class on `NavigationMenuViewport` ```tsx // components/ui/navigation-menu.tsx const NavigationMenuViewport...

Is there any solutions for this issue?

thank you for the announcement, @yyx990803 💚💪🏼

hi @tutkli i did that your suggest, take a look below: ```ts toast.custom(ToastDotsComponent, { componentProps: { title: 'Error Type', description: 'This is the description', type: 'error', toast }, }); ```...

oops, this is work btw: ```ts toast.custom(ToastDotsComponent, { componentProps: { title: 'Error Type', description: 'This is the description', type: 'error', toastId: 'error-toast', // also pass to the custom component toast...