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
Sorting fails with an error when using numbers, for example "01" and "20" at the same time
const translations = {
"a": {
"20": "k",
"01": "k",
"b": "k",
"c": "k"
}
}
The text was updated successfully, but these errors were encountered:
mansurishmuhametov
changed the title
sorting fails when using numbers as a keys
sorting fails with some numbers as a keys
May 25, 2021
Sorting fails with an error when using numbers, for example "01" and "20" at the same time
const translations = {
"a": {
"20": "k",
"01": "k",
"b": "k",
"c": "k"
}
}
The text was updated successfully, but these errors were encountered: