Make Client initialize server add-ons

Reviewed By: mweststrate

Differential Revision: D34044353

fbshipit-source-id: 99bcb1559787b2a904bdd796233666a7a4783ea4
This commit is contained in:
Andrey Goncharov
2022-02-28 03:50:34 -08:00
committed by Facebook GitHub Bot
parent a60865f0be
commit 9113006851
12 changed files with 144 additions and 4 deletions

View File

@@ -575,6 +575,7 @@ export function importDataToStore(source: string, data: string, store: Store) {
store,
clientPlugins,
archivedDevice,
getRenderHostInstance().flipperServer,
).initFromImport(sandyPluginStates),
});
});