Experiment Hooks

useIgExperiments

Returns a list of Experiments the user is in.

const useIgExperiments: () => {
    isReady: boolean;
    experiments: PluginExperimentType[]
}

Last updated