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 de4b7c1 commit 0e1ca8fCopy full SHA for 0e1ca8f
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