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
"matcher" is the locale matcher here, not the format matcher. We need to
pass "formatMatcher"; otherwise this breaks a type assertion in
AdjustDateTimeStyleFormat.
h/t Anba
Closes: #3059
All calls to
AdjustDateTimeStyleFormat
incorrectly passmatcher
. It should instead beformatMatcher
.The text was updated successfully, but these errors were encountered: