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
_scale: window.devicePixelRatio || 1 will throw an error since window is not defined on the server. Since this is a static property, error will be thrown already when you import the the module.