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
Inside common.js, we export either objectAssign() or Object.assign() as common.extend(). However, we still use our internal implementation inside common.js, and we should prefer Object.assign() when it's available.