Skip to content

Commit 80e08f3

Browse files
authored
Merge branch 'main' into s2-treeview-api-update
2 parents 8d8d865 + 56da82e commit 80e08f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/@react-spectrum/radio/docs/RadioGroup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The example below uses `onChange` to log how the user is interacting with the co
133133

134134
```tsx example
135135
function Example() {
136-
let [selected, setSelected] = React.useState('');
136+
let [selected, setSelected] = React.useState(null);
137137

138138
return (
139139
<>

0 commit comments

Comments
 (0)