This message was deleted.
# announcements
w
This message was deleted.
f
What is the feature rule?
if this is a website, you can also use our Chrome extension to help you debug
r
i checked in chrome extension its showing feature in experiments but
const feature = useFeature("feature_name");
console.log(feature.source) // deafultValue
console.log(feature.value) // {} is default value
f
is it perhaps setting the hashed attribute after you’re calling useFeature?
1
How are you setting the deviceId?
r
yes
ok let me check setting hashed attribute things
135 Views