Skip to content

Commit

Permalink
Merge branch 'checkbox-radio-group-slots' of github.com:primer/react …
Browse files Browse the repository at this point in the history
…into checkbox-radio-group-slots
  • Loading branch information
colebemis committed Apr 10, 2023
2 parents 42373a3 + 0b805fc commit 498944c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/young-queens-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@primer/react": patch
---

`CheckboxGroup` and `RadioGroup` are now SSR-compatible.

Warning: In this new implementation, `CheckboxGroup.Caption`, `CheckboxGroup.Label,` and `CheckboxGroup.Validation` must be direct children of `CheckboxGroup`. The same applies to `RadioGroup`.

0 comments on commit 498944c

Please sign in to comment.