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
Seems like this bug happened with this PR: #1524 .
On line 25 there is a recursive return statement where you do not pass the other arguments. Then the language is set globally.
Juanc1to
added a commit
to Juanc1to/dayjs
that referenced
this issue
May 31, 2022
Describe the bug
result:
1 language fr
2 language es
3 language es
if we change from
es-es
toen-us
it would behave similar... bothes-es
anden-us
are not supported by dayjs and they force global locale to be changedExpected behavior
It should not change the global locale when handle unsupported local locale
Information
The text was updated successfully, but these errors were encountered: