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 '{ colors: string[]; enableTooltip: boolean; deterministic: boolean; fontFamily: string; fontSizes: number[]; fontStyle: string; fontWeight: string; padding: number; rotations: number; rotationAngles: number[]; scale: string; spiral: string; transitionDuration: number; }' is not assignable to type 'Optional<Options>'.
Types of property 'fontSizes' are incompatible.
Type 'number[]' is not assignable to type 'MinMaxPair'.
Target requires 2 element(s) but source may have fewer.
The expected type comes from property 'options' which is declared here on type 'IntrinsicAttributes & Props'
The text was updated successfully, but these errors were encountered:
error:
The text was updated successfully, but these errors were encountered: