powerful-memory-85358
02/01/2022, 4:00 PMtrackingCallback
to trigger.
Wouldn’t this cause 2 events to be triggered?
const GBTest = () => {
const { value: experiment } = useExperiment({
key: "new-headline",
variations: ["Hello", "Hi", "Good Day"],
});
const { on: feature } = useFeature('multi_currency');
return <h1>{experiment} - {Boolean(feature).toString()}</h1>;
};
future-teacher-7046
id
to be specified in the GrowthBook instanced passed to the GrowthBookProvider.