mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Temporarily disabled Settings panel
This commit is contained in:
@@ -64,5 +64,5 @@ function setup(hook) {
|
||||
listeners.splice(0);
|
||||
});
|
||||
|
||||
initBackend(window.__REACT_DEVTOOLS_GLOBAL_HOOK__, agent, window);
|
||||
initBackend(hook, agent, window);
|
||||
}
|
||||
|
||||
@@ -25,12 +25,14 @@ function createPanelIfReactLoaded() {
|
||||
});
|
||||
});
|
||||
|
||||
/* TODO Revisit this architecture; currently it causes duplicate agent/bridge traffic.
|
||||
chrome.devtools.panels.create(
|
||||
'⚛ Settings',
|
||||
'',
|
||||
'settings.html',
|
||||
panel => {}
|
||||
);
|
||||
*/
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user