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.
2 parents fe4f09d + 1e71741 commit d66cfebCopy full SHA for d66cfeb
components/molecule/radioButtonGroup/src/index.js
@@ -27,7 +27,7 @@ const MoleculeRadioButtonGroup = ({
27
checked: ownProps.value === innerValue,
28
onChange: handleChangeGroup,
29
name,
30
- props
+ ...props
31
},
32
ownProps
33
)
0 commit comments