Skip to main content

Function: useUpdateFeatures()

useUpdateFeatures(): object

Defined in: useUpdateFeatures.ts:8

If you want to update the feature flags on React environment (after the initial render and providers), you can use this hook.

Returns

object

updateFeatures

updateFeatures: (features) => void = setFeatures

Parameters

ParameterType
featuresstring[]

Returns

void