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 569faf5 commit 56da82eCopy full SHA for 56da82e
packages/@react-spectrum/radio/docs/RadioGroup.mdx
@@ -133,7 +133,7 @@ The example below uses `onChange` to log how the user is interacting with the co
133
134
```tsx example
135
function Example() {
136
- let [selected, setSelected] = React.useState('');
+ let [selected, setSelected] = React.useState(null);
137
138
return (
139
<>
0 commit comments