You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type '{ children: Element; string?: string | number | undefined; className?: string | undefined; color?: string | undefined; id?: string | undefined; lang?: string | undefined; max?: string | ... 1 more ... | undefined; ... 466 more ...; height: number; }' is not assignable to type 'RefAttributes<ChartElement>'.
Types of property 'ref' are incompatible.
Type 'LegacyRef<ChartElement> | undefined' is not assignable to type 'Ref<ChartElement> | undefined'.
Type 'string' is not assignable to type 'Ref<ChartElement> | undefined'.ts(2322)
Not sure what's going wrong here yet
The text was updated successfully, but these errors were encountered: