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
The thousandsGroupStyle prop's typescript interface doesn't seem to recognise the thousand value while being available in the documentation (thousand)
TS Error:
Type '"thousand"' is not assignable to type '"none" | "lakh" | "wan" | undefined'.ts(2322)
types.d.ts(69, 5): The expected type comes from property 'thousandsGroupStyle' which is declared here on type 'IntrinsicAttributes & InternalNumberFormatBase & { thousandSeparator?: string | boolean | undefined; decimalSeparator?: string | undefined; ... 7 more ...; prefix?: string | undefined; } & Omit<...> & Omit<...> & { ...; }'
The text was updated successfully, but these errors were encountered:
The
thousandsGroupStyle
prop's typescript interface doesn't seem to recognise thethousand
value while being available in the documentation (thousand)TS Error:
The text was updated successfully, but these errors were encountered: