Daniel Tirer
Daniel Tirer
Also experiencing this issue. Any updates?
I ended up writing something to handle exactly this. Essentially, I store a $resourceKey on the Transformer and each transformer defaults to using that. However, the user can still pass...
@willishq sure, I'd be interested. I should be able to do it in the next few days
I'm also having this issue using the latest version of shadcdn
Seems to be an issue with ShadCDN. After running `npx shadcn@latest add sonner`, the component looks like this: ``` import { useTheme } from "next-themes" import { Toaster as Sonner,...
I'm also curious about this. @rut8634 did you ever find it?