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
in the src/shared/locales.js the method getDefaultLocales assumes that window object is in scope, which is not true when rendering the component server side. Would it be possible to add an extra check for window object existence or solve it differently, so that there are no errors when rendering this awesome component server-side?