MDK Logo
ReferenceUI KitReactHooks

useFeatureFlags

Fetches the deployment feature flags from `GET /auth/featureConfig` (camelCase route — there is no `/auth/feature-config`). Static deployment config — fetche…

Fetches the deployment feature flags from `GET /auth/featureConfig` (camelCase route — there is no `/auth/feature-config`). Static deployment config — fetched once per session, no polling. Gates optional tabs/sub-routes (`containerCharts`,…

import { useFeatureFlags } from "@tetherto/mdk-react-adapter";

Signature

(options: UseFeatureFlagsOptions = {}) => UseFeatureFlagsResult
Package@tetherto/mdk-react-adapter
Requires providerNo