bulky-monkey-20562
05/04/2023, 2:30 PMconst showWhatsapp = useFeatureIsOn("show-whatsapp-pdp");
console.log('show flag', showWhatsapp)
fresh-football-47124
bulky-monkey-20562
05/04/2023, 2:49 PMuseFeatureIsOn
to get the flagfresh-football-47124
useEffect(() => {
// Load features from the GrowthBook API and keep them up-to-date
gb.loadFeatures({ autoRefresh: true });
}, []);
bulky-monkey-20562
05/04/2023, 3:19 PMgb.loadFeatures()
this as well_trackedFeatures
of the flag is coming ‘null’