We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e704387 commit 382bf6bCopy full SHA for 382bf6b
1 file changed
packages/react-sdk/src/index.tsx
@@ -17,6 +17,7 @@ import {
17
InitOptions,
18
Logger,
19
RawFlag,
20
+ RawFlags as BrowserRawFlags,
21
ReflagClient,
22
ReflagContext,
23
RequestFeedbackData,
@@ -132,7 +133,7 @@ export type RawFlags = Record<FlagKey, RawFlag>;
132
133
134
export type BootstrappedFlags = {
135
context: ReflagContext;
- flags: Record<string, RawFlag>;
136
+ flags: BrowserRawFlags;
137
};
138
139
const SDK_VERSION = `react-sdk/${version}`;
0 commit comments