Guys, I have a feature set up, its default value i...
# announcements
r
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
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
I'll provide more info as soon as I get some free time from work. Tkx for the reply!