most-businessperson-91014
10/13/2023, 5:28 AMfalse
from useFeatureIsOn
even after activating my environment and setting the default value to on
. Anyone know why this might be the casefresh-football-47124
most-businessperson-91014
10/13/2023, 5:32 AMuseFeatureIsOn
the value i get is false:
useEffect(() => {
// Load features asynchronously when the app renders
growthbook.loadFeatures()
}, [])
// TODO: fix growthbook feature flag usage
// Feature flags
const clientSidebarFeatureFlag = useFeatureIsOn('dev_portal_client_sidebar')
console.log('client sidebar feature flag', clientSidebarFeatureFlag)