Use AbstractPluginInitializer from flipper-frontend-core in flipper-ui-core

Summary: See D37139129

Reviewed By: passy

Differential Revision: D37238571

fbshipit-source-id: 39d6bb87d6beacc793ef5acd71097fcc4e82969d
This commit is contained in:
Andrey Goncharov
2022-06-20 12:18:40 -07:00
committed by Facebook GitHub Bot
parent 8768405e80
commit 115a4b7997
3 changed files with 76 additions and 101 deletions

View File

@@ -64,7 +64,7 @@ export function attachSocketServer(
flipperServerCompanion = new FlipperServerCompanion(
flipperServer,
getLogger(),
companionEnv.pluginInitializer.loadedPlugins,
companionEnv.pluginInitializer.initialPlugins,
);
}
}