Hi,
after a fresh install of shadcn (base) and a subsequent shadcn add ... of some ai-elements components, I've found some bugs:
attachments.tsx
- the AttachmentHoverCard component is broken, openDelay and closeDelay are not defined, and closeDelay does not exist on AttachmentHoverCard
prompt-input.tsx
- the PromptInputActionAddAttachments component is broken as DropdownMenuItem does not have a onSelect property
- same is true for the PromptInputActionAddScreenshot, additionally onSelect has wrong typings
- PromptInputHoverCard is broken in the same way as AttachmentHoverCard from attachments.tsx
conversation.tsx, model-selector.tsx and message.tsx seem to be fine, though.
Hi,
after a fresh install of shadcn (base) and a subsequent
shadcn add ...of some ai-elements components, I've found some bugs:attachments.tsx
prompt-input.tsx
conversation.tsx, model-selector.tsx and message.tsx seem to be fine, though.