SDKs/React/ComponentsFeatureDisabledFeatureDisabled component allows you to render a component only when the flag is disabled.PropTypeDefaultnamestring- Usage import { FeatureDisabled } from 'flagster-react'; const MyComponent = () => { return ( <FeatureDisabled name="github_auth"> GitHub Auth is enabled </FeatureDisabled> ); };PreviousFeatureNextFeatureEnabled