We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9038d6e commit 82efda5Copy full SHA for 82efda5
src/components/radioButton/RadioButton.tsx
@@ -280,4 +280,4 @@ function createStyles(props: Props) {
280
});
281
}
282
283
-export default asBaseComponent<RadioButtonPropTypes>(forwardRef(asRadioGroupChild(RadioButton)));
+export default asRadioGroupChild(asBaseComponent<RadioButtonPropTypes>(forwardRef(RadioButton)));
0 commit comments