Skip to content

Commit

Permalink
fix: removes oldflag
Browse files Browse the repository at this point in the history
  • Loading branch information
2nikhiltom committed Sep 5, 2024
1 parent ab7bc72 commit 6467dea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/components/FeatureFlags/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const FeatureFlagContext = createContext(GlobalFeatureFlags);
function FeatureFlags({
children,
flags = {},
enableUseControlledStateWithValue = false,
enableV12TileDefaultIcons = false,
enableV12TileRadioIcons = false,
enableV12Overflowmenu = false,
Expand Down Expand Up @@ -92,7 +91,6 @@ FeatureFlags.propTypes = {
'been deprecated. Please run the `featureflag-deprecate-flags-prop` codemod to migrate to individual boolean props.' +
`npx @carbon/upgrade migrate featureflag-deprecate-flags-prop --write`
),
enableUseControlledStateWithValue: PropTypes.bool,
enableV12TileDefaultIcons: PropTypes.bool,
enableV12TileRadioIcons: PropTypes.bool,
enableV12Overflowmenu: PropTypes.bool,
Expand Down

0 comments on commit 6467dea

Please sign in to comment.