Overdue refactor for TroubleshootingHub
Summary: It's troubleshooting in general, not only connectivity. So rename and refactor accordingly. Reviewed By: antonk52 Differential Revision: D47914411 fbshipit-source-id: 658563bfd33427f11fe9f7660b0985fc3f013866
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d83f3fddb2
commit
778eaf2038
@@ -43,7 +43,7 @@ import {getRenderHostInstance} from 'flipper-frontend-core';
|
||||
import {startGlobalErrorHandling} from './utils/globalErrorHandling';
|
||||
import {loadTheme} from './utils/loadTheme';
|
||||
import {connectFlipperServerToStore} from './dispatcher/flipperServer';
|
||||
import {enableConnectivityHub} from './chrome/ConnectivityHub';
|
||||
import {enableConnectivityHook} from './chrome/TroubleshootingHub';
|
||||
import ReactDOM from 'react-dom';
|
||||
|
||||
class AppFrame extends React.Component<
|
||||
@@ -178,7 +178,7 @@ function init(flipperServer: FlipperServer) {
|
||||
);
|
||||
|
||||
enableConsoleHook();
|
||||
enableConnectivityHub(flipperServer);
|
||||
enableConnectivityHook(flipperServer);
|
||||
|
||||
const launcherMessage =
|
||||
getRenderHostInstance().serverConfig.processConfig.launcherMsg;
|
||||
|
||||
Reference in New Issue
Block a user