tailus-ui-react icon indicating copy to clipboard operation
tailus-ui-react copied to clipboard

[Typography] List component doesn't have weight property

Open bernard-ng opened this issue 5 months ago • 0 comments

ERROR /tailus-ui/typography/List.tsx(66,13)

TS2353: Object literal may only specify known properties, and 'weight' does not exist in type '{ size?: "base" | "sm" | "lg" | "xl" | { sm?: "base" | "sm" | "lg" | "xl"; md?: "base" | "sm" | "lg" | "xl"; lg?: "base" | "sm" | "lg" | "xl"; xl?: "base" | "sm" | "lg" | "xl"; "2xl"?: "base" | "sm" | "lg" | "xl"; initial?: "base" | ... 2 more ... | "xl"; }; type?: "none" | ... 2 more ... | { ...; }; neutral?: boole...'.

bernard-ng avatar Sep 24 '24 02:09 bernard-ng