numerous-london-34579
10/16/2024, 6:40 PMgb.ready
returns true. I’m using useFeatureIsOn('my-id')
to lookup the value. But, the control variant will still show briefly before the experiment logic evaluates and gives the proper variant value. I can get around this by waiting for the gb.trackingCallback
to fire. But, I feel like there should be a better way, is there a better way?numerous-london-34579
10/17/2024, 2:38 PMnumerous-london-34579
10/17/2024, 3:52 PMuseExperiment
hook, but it does the same, initially returns false
until trackingCallback
fires, then it returns true
based on the experiment.numerous-london-34579
10/17/2024, 6:38 PMrhythmic-agent-34208
10/18/2024, 9:49 AM