shadcn-ui / taxonomy

An open source application built using the new router, server components and everything new in Next.js 13.

Home Page:https://tx.shadcn.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'"lucide-react"' has no exported member named 'Icon'. Did you mean 'XIcon'?

tungrix opened this issue · comments

In taxonomy/components/icons.tsx

I got the error at type Icon as LucideIcon

'"lucide-react"' has no exported member named 'Icon'. Did you mean 'XIcon'?ts(2724)

@tungrix just import LucideIcon instead of Icon as LucideIcon

can i work on this.. i would be happy if anyone tell me what to do more clearly

type Icon as LucideIcon,

:%s/Icon as LucideIcon/LucideIcon/g