Skip to content

Commit 0b6d87b

Browse files
committed
Changed the value type to any
1 parent 5abbba3 commit 0b6d87b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RadioButton/RadioButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class RadioButton extends Component {
106106
/**
107107
* The value of the radio button.
108108
*/
109-
value: PropTypes.string,
109+
value: PropTypes.any,
110110
};
111111

112112
static defaultProps = {

0 commit comments

Comments
 (0)