Skip to content

Commit 18692e5

Browse files
authored
chore(BranchName): Move BranchName component css module feature flag to ga (#5381)
* Move BranchName to ga * Create famous-laws-confess.md
1 parent 67fc8f5 commit 18692e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/famous-laws-confess.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 BranchName component css module feature flag to ga

packages/react/src/BranchName/BranchName.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type BranchNameProps<As extends React.ElementType> = {
3131
// eslint-disable-next-line @typescript-eslint/no-explicit-any
3232
function BranchName<As extends React.ElementType>(props: BranchNameProps<As>, ref: ForwardedRef<any>) {
3333
const {as: BaseComponent = 'a', className, children, sx, ...rest} = props
34-
const enabled = useFeatureFlag('primer_react_css_modules_staff')
34+
const enabled = useFeatureFlag('primer_react_css_modules_ga')
3535

3636
if (enabled) {
3737
if (sx) {

0 commit comments

Comments
 (0)