jolly-winter-60969
09/26/2023, 4:25 AMnew_global_navigation
. It's unexpected to see a flag value is not resolved even when growthbook.ready is true:
fresh-football-47124
jolly-winter-60969
09/26/2023, 7:32 AMconst growthbook = useGrowthBook();
const ready = !!growthbook?.ready;
const isNewGlobalNavigationOn = useFeatureIsOn('new_global_navigation');
As the above screenshot shows, when the feature flag is open and forced to be true, the resolved flag value isNewGlobalNavigationOn
could be false for several render cycles when ready
becomes true.white-fireman-22476
09/26/2023, 8:33 AMjolly-winter-60969
09/26/2023, 9:13 AMwhite-fireman-22476
09/26/2023, 9:14 AM