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
Hi, the current API i18n.__ is returning undefined value if the provided locale is undefined or null even when the configuration has retryInDefaultLocale = true.
Hi, the current API
i18n.__
is returningundefined
value if the provided locale isundefined
ornull
even when the configuration hasretryInDefaultLocale = true
.Steps to reproduce
Environment:
Actual behavior
Return
undefined
.Expected behavior
Return translated string in default locale if
retryInDefaultLocale = true
and perhaps even in caseretryInDefaultLocale = false
.The text was updated successfully, but these errors were encountered: