mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-27 06:34:12 +00:00
# Current Issue when running `next lint`, the typescript compiler fails on the chart component (closes #4229 ) `Type error: Type 'string[]' is not assignable to type 'string | TrustedHTML'.` # Resolution We can coerce the `string[]` into a valid type by `join`ing.