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 f92204d commit 49cbc59Copy full SHA for 49cbc59
packages/react/src/provider/provider.tsx
@@ -35,5 +35,5 @@ export function OpenFeatureProvider({ client, domain, children, ...options }: Pr
35
client = OpenFeature.getClient(domain);
36
}
37
38
- return <Context.Provider value={{ client, options }}>{children}</Context.Provider>;
+ return <Context.Provider value={{ client, options, domain }}>{children}</Context.Provider>;
39
0 commit comments