early-battery-30877
02/18/2022, 1:18 AMfresh-football-47124
future-teacher-7046
early-battery-30877
02/18/2022, 4:02 AMconst { value } = useExperiment({
key: "new_logo_test_V3",
variations: [0,1],
}); @
If I also have an experiment config with the key of new_logo_test_v3 will it use the weightings of the configured test or just do a 50 50 on the test defined inline.future-teacher-7046
useFeature
hook instead.early-battery-30877
02/18/2022, 5:37 AMfresh-football-47124