File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,6 @@ export default class Calendar extends Component {
384
384
locale,
385
385
maxDate,
386
386
minDate,
387
- renderChildren,
388
387
selectRange,
389
388
tileClassName,
390
389
tileContent,
@@ -409,7 +408,7 @@ export default class Calendar extends Component {
409
408
onClick,
410
409
onMouseOver : selectRange ? onMouseOver : null ,
411
410
tileClassName,
412
- tileContent : tileContent || renderChildren , // For backwards compatibility
411
+ tileContent,
413
412
tileDisabled,
414
413
value,
415
414
valueType,
@@ -611,7 +610,6 @@ Calendar.propTypes = {
611
610
prev2Label : PropTypes . node ,
612
611
prevAriaLabel : PropTypes . string ,
613
612
prevLabel : PropTypes . node ,
614
- renderChildren : PropTypes . func , // For backwards compatibility
615
613
returnValue : PropTypes . oneOf ( [ 'start' , 'end' , 'range' ] ) ,
616
614
selectRange : PropTypes . bool ,
617
615
showDoubleView : PropTypes . bool ,
You can’t perform that action at this time.
0 commit comments