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 IntLocaleData TS interface looks like this: interface IntlLocaleData {}
My suggestion is to define an actual interface for this.
Otherwise, when trying to grab a property of a specific locale object, every property I'll try to get, will hit a Property '...' does not exist on type 'LocaleData'
Otherwise, there is no way to work with the default export of the locale data with TS
The text was updated successfully, but these errors were encountered:
The IntLocaleData TS interface looks like this:
interface IntlLocaleData {}
My suggestion is to define an actual interface for this.
Otherwise, when trying to grab a property of a specific locale object, every property I'll try to get, will hit a
Property '...' does not exist on type 'LocaleData'
Otherwise, there is no way to work with the default export of the locale data with TS
The text was updated successfully, but these errors were encountered: