We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7f44c commit d9b307fCopy full SHA for d9b307f
1 file changed
packages/react-sdk/src/index.tsx
@@ -239,10 +239,16 @@ export function ReflagProvider({
239
);
240
}
241
242
+/**
243
+ * Props for the ReflagBootstrappedProvider.
244
+ */
245
type ReflagBootstrappedProps = Omit<
246
ReflagProps,
247
"user" | "company" | "otherContext"
248
> & {
249
+ /**
250
+ * Pre-fetched flags to be used instead of fetching them from the server.
251
252
flags?: BootstrappedFlags;
253
};
254
0 commit comments