https://www.growthbook.io/ logo
r

rough-jewelry-81423

06/24/2022, 6:24 PM
Guys, I have a feature set up, its default value is ON, when using
IfFeatureEnabled
componente, it works as expected, but when using
useFeature
hook the value is always
{off: true, on: false}
, any ideas?
f

future-teacher-7046

06/24/2022, 6:54 PM
The useFeature hook should return some additional properties besides just
off
and
on
. Can you paste in the full object that's returned to help us debug?
r

rough-jewelry-81423

06/24/2022, 9:19 PM
I'll provide more info as soon as I get some free time from work. Tkx for the reply!
4 Views