RootCauseunvalidated
Shadcn's `Sheet` is built on top of the `Dialog` component, and it expects a `DialogContent`-associated `Description` element to populate `aria-describedby`. Since no `Description` is provided, it ends up undefined.
eff121ef-1419-4be9-9a9d-bee1e149b292
Shadcn's Sheet is built on top of the Dialog component, and it expects a DialogContent-associated Description element to populate aria-describedby. Since no Description is provided, it ends up undefined.