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 3dd1e5e commit a90da75Copy full SHA for a90da75
.changeset/wicked-geckos-float.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/react": patch
3
4
+
5
+Move DialogV1 component css module feature flag to staff
packages/react/src/DialogV1/Dialog.tsx
@@ -15,7 +15,7 @@ import {useFeatureFlag} from '../FeatureFlags'
15
import {clsx} from 'clsx'
16
import classes from './Dialog.module.css'
17
18
-const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
+const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
19
20
// Dialog v1
21
const noop = () => null
0 commit comments