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
// Firefox will not pass the window to the onShown listener despite setPage
299
+
// being called.
300
+
// See https://bugzilla.mozilla.org/show_bug.cgi?id=2010549
301
+
302
+
// May not be supported in some browsers.
303
+
// See https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/devtools/panels/ElementsPanel/createSidebarPane#browser_compatibility
304
+
return;
305
+
}
306
+
307
+
elementsPanel.createSidebarPane('React Element ⚛',createdPane=>{
0 commit comments