Experiment Hooks
useIgExperiments
useIgExperiments
Returns a list of Experiments the user is in.
const useIgExperiments: () => {
isReady: boolean;
experiments: PluginExperimentType[]
}
Last updated
useIgExperiments
Returns a list of Experiments the user is in.
const useIgExperiments: () => {
isReady: boolean;
experiments: PluginExperimentType[]
}
Last updated