diff --git a/components/radio/group.jsx b/components/radio/group.jsx index 47ba30b942..edcdbcf7fe 100644 --- a/components/radio/group.jsx +++ b/components/radio/group.jsx @@ -34,7 +34,7 @@ export default React.createClass({ }, render: function () { var props = this.props; - var children = props.children.map((radio) => { + var children = React.Children.map(props.children, (radio) => { if (radio.props) { return