Skip to content

Commit 82efda5

Browse files
committed
Change wrapping order
1 parent 9038d6e commit 82efda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/radioButton/RadioButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,4 @@ function createStyles(props: Props) {
280280
});
281281
}
282282

283-
export default asBaseComponent<RadioButtonPropTypes>(forwardRef(asRadioGroupChild(RadioButton)));
283+
export default asRadioGroupChild(asBaseComponent<RadioButtonPropTypes>(forwardRef(RadioButton)));

0 commit comments

Comments
 (0)