Skip to content

Commit eedbdbd

Browse files
authored
chore(Stack): Move Stack component css module feature flag to ga (#5384)
* Move Stack to ga feature flag * Create plenty-tools-count.md
1 parent 177eadc commit eedbdbd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/plenty-tools-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Move Stack component css module feature flag to ga

packages/react/src/Stack/Stack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {toggleStyledComponent} from '../internal/utils/toggleStyledComponent'
77
import {useFeatureFlag} from '../FeatureFlags'
88
import {clsx} from 'clsx'
99

10-
const CSS_MODULE_FEATURE_FLAG = 'primer_react_css_modules_staff'
10+
const CSS_MODULE_FEATURE_FLAG = 'primer_react_css_modules_ga'
1111

1212
const StyledStack = toggleStyledComponent(
1313
CSS_MODULE_FEATURE_FLAG,

0 commit comments

Comments
 (0)