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.
2 parents 1af570b + 96f5056 commit 8417a31Copy full SHA for 8417a31
react.tsx
@@ -18,7 +18,7 @@ export type FlagsmithContextType = {
18
flagsmith: IFlagsmith // The flagsmith instance
19
options?: Parameters<IFlagsmith['init']>[0] // Initialisation options, if you do not provide this you will have to call init manually
20
serverState?: IState
21
- children: React.ReactElement[] | React.ReactElement;
+ children: React.ReactNode;
22
}
23
24
export const FlagsmithProvider: FC<FlagsmithContextType> = ({
0 commit comments