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 e1bad0a + c33577f commit 2cbc1d0Copy full SHA for 2cbc1d0
src/SplitTreatments.tsx
@@ -14,7 +14,7 @@ import { useSplitTreatments } from './useSplitTreatments';
14
export function SplitTreatments(props: ISplitTreatmentsProps) {
15
const { children } = props;
16
// SplitTreatments doesn't update on SDK events, since it is inside SplitFactory and/or SplitClient.
17
- const context = useSplitTreatments({ updateOnSdkReady: false, updateOnSdkTimedout: false, ...props });
+ const context = useSplitTreatments({ ...props, updateOnSdkReady: false, updateOnSdkReadyFromCache: false });
18
19
return (
20
<SplitContext.Provider value={context}>
0 commit comments