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
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
I'm caching
Intl.NumberFormat
instance like nextWithout polyfill all work correctly, but with polyfill I got error
.format() is not a function
.And I really don't understand why we need this condition? 😃
Intl.js/dist/Intl.js
Line 2119 in 4bd382c
I think this creates a problem with memoize (https://github.com/lodash/lodash/blob/4.17.10/lodash.js#L10539)
We already check for Intl exist here
Intl.js/dist/Intl.js
Line 5728 in 4bd382c
The text was updated successfully, but these errors were encountered: