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 a case like #16280 (comment) it's possible for an inspect effect to error. We catch the error so that it doesn't cause any damage, but we also print it to the console just in case it's relevant.
Describe the proposed solution
maybe wrap the console.error in an explanatory console.group or something?