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
fix(defaultLocale): setLocale fails on passing it invalid values
introduce defensive checks in setLocale as a publicly exposed method
previously, an error was generated caused by a failure in setLocale
on new clients as cookie wasn't present and `undefined` was passed to it.
also added test cases to validate the same for future regressions.
closes#32