Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
intl-displaynames
formatjs/packages/intl-displaynames/index.ts
Line 21 in f730b91
Has no 'calendar' | 'dateTimeField' even though it works (only tested without polyfill).
'calendar' | 'dateTimeField'
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/DisplayNames#using_type_datetimefield
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/DisplayNames#using_type_calendar
Should be
type: 'language' | 'region' | 'script' | 'currency' | 'calendar' | 'dateTimeField'
The polyfill might need to be adjusted.
The text was updated successfully, but these errors were encountered:
yeah we haven't worked on that yet it's newer in the spec
Sorry, something went wrong.
No branches or pull requests
Which package?
intl-displaynames
Describe the bug
formatjs/packages/intl-displaynames/index.ts
Line 21 in f730b91
Has no
'calendar' | 'dateTimeField'
even though it works (only tested without polyfill).https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/DisplayNames#using_type_datetimefield
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/DisplayNames#using_type_calendar
Expected behavior
Should be
Possible issues
The polyfill might need to be adjusted.
The text was updated successfully, but these errors were encountered: