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 b4e1f1c commit fbfb871Copy full SHA for fbfb871
packages/react-aria-components/src/RadioGroup.tsx
@@ -102,7 +102,7 @@ export interface RadioRenderProps {
102
}
103
104
export const RadioGroupContext = createContext<ContextValue<RadioGroupProps, HTMLDivElement>>(null);
105
-export const RadioContext = createContext<ContextValue<RadioProps, HTMLInputElement>>(null);
+export const RadioContext = createContext<ContextValue<Partial<RadioProps>, HTMLInputElement>>(null);
106
let InternalRadioContext = createContext<RadioGroupState | null>(null);
107
108
function RadioGroup(props: RadioGroupProps, ref: ForwardedRef<HTMLDivElement>) {
0 commit comments