We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177eadc commit eedbdbdCopy full SHA for eedbdbd
.changeset/plenty-tools-count.md
@@ -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
@@ -7,7 +7,7 @@ import {toggleStyledComponent} from '../internal/utils/toggleStyledComponent'
7
import {useFeatureFlag} from '../FeatureFlags'
8
import {clsx} from 'clsx'
9
10
-const CSS_MODULE_FEATURE_FLAG = 'primer_react_css_modules_staff'
+const CSS_MODULE_FEATURE_FLAG = 'primer_react_css_modules_ga'
11
12
const StyledStack = toggleStyledComponent(
13
CSS_MODULE_FEATURE_FLAG,
0 commit comments