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
Fix compiler “Type 'string' is not assignable to type 'PluralRuleName'”
I18n.pluralRulesMap keys are variable so “string” wasn’t compatible when the compiler thought we were using fixed string literals
Might be worth another look at `Object.keys()` in future with:
* microsoft/TypeScript#45464
0 commit comments