Hey, i have question about using the react hook an...
# ask-questions
g
Hey, i have question about using the react hook and getting correct tracking data. Lets say i have a new feature, but i have two sections in my application that needs to use the feature on/off, if i use the useFeatureIsOn('some-feature') in both places, will i get corrupt data as i will assume it will track the feature as viewed twice etc. ?
f
with the trackingCallback, its okay if its called multiple times
1
👍 1
g
Thanks for replying. :)