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
fresh-football-47124
12/21/2023, 12:17 AM
with the trackingCallback, its okay if its called multiple times