We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6244a commit 8c4b814Copy full SHA for 8c4b814
packages/fcl-core/src/client.ts
@@ -88,10 +88,6 @@ export function createFlowClientCore(params: FlowClientCoreConfig) {
88
// Utility methods
89
serialize: createSerialize(context),
90
91
- // Plugin system (context-aware)
92
- serviceRegistry: context.serviceRegistry,
93
- pluginRegistry: context.pluginRegistry,
94
-
95
// Re-export the SDK methods
96
...context.sdk,
97
}
0 commit comments