Skip to content

Commit 2ced9a3

Browse files
authoredDec 6, 2024··
chore(Details): Move Details component css module feature flag to ga (#5379)
* Move Details component to ga * Create nine-fishes-fry.md
1 parent d6fe52e commit 2ced9a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/nine-fishes-fry.md

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

‎packages/react/src/Details/Details.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {clsx} from 'clsx'
88
import classes from './Details.module.css'
99
import {useMergedRefs} from '../internal/hooks/useMergedRefs'
1010

11-
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
11+
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_ga'
1212

1313
const StyledDetails = toggleStyledComponent(
1414
CSS_MODULES_FEATURE_FLAG,

0 commit comments

Comments
 (0)
Please sign in to comment.