We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4affb7a commit 480ef12Copy full SHA for 480ef12
components/radio/radio.tsx
@@ -85,7 +85,7 @@ const InternalRadio: React.ForwardRefRenderFunction<CheckboxRef, RadioProps> = (
85
);
86
};
87
88
-const Radio = React.forwardRef<unknown, RadioProps>(InternalRadio);
+const Radio = React.forwardRef<CheckboxRef, RadioProps>(InternalRadio);
89
90
if (process.env.NODE_ENV !== 'production') {
91
Radio.displayName = 'Radio';
0 commit comments