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
When upgrading to the 0.1.27 version of Hermes to enable the I18n for DateTimeFormat ran into a bunch of issues with undefined behavior off of unsupported methods such as toLowerLocaleCase. Unfortunately, we can't depend on the built-in Hermes for RNW without more support.
Problem
Further development of Intl objects, add toLocaleLowerCase and toLocaleUpperCase following ECMA standards.
https://402.ecma-international.org/9.0/#sup-string.prototype.tolocaleuppercase
The text was updated successfully, but these errors were encountered: