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 was archived by the owner on May 4, 2020. It is now read-only.
fix(intl-messageformat): IntlMessageFormat.defaultLocale is upda… (#653)
be a getter in order to enable lazily calculating the actual value when
it's needed first time. Also, a new private static member called 'memoizedDefaultLocale' is added to IntlMessageFormat to prevent
re-calculating the same defaultLocale each time it's referenced.
- resolve: #587
0 commit comments