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
String.prototype.normalize() is not supported in every browsers.
Adding polyfill like unorm or just adding mock function returns itself fixes the issue.