Files
shadcn-ui/apps/www/registry
Ariel f170784f78 bug fix: type error in chart.tsx (#4230)
# 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.
2024-07-11 13:14:44 +00:00
..
2024-04-05 21:28:05 +04:00
2024-07-06 02:06:40 +04:00
2024-07-06 02:06:40 +04:00
2024-07-06 02:06:40 +04:00
2024-07-06 02:06:40 +04:00
2024-07-06 02:13:35 +04:00