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 19a9f07 + fe5885d commit 3863386Copy full SHA for 3863386
datepicker.js
@@ -50,14 +50,6 @@ class DatePicker extends Component {
50
this.setModalVisible = this.setModalVisible.bind(this);
51
}
52
53
- componentWillMount() {
54
- // ignore the warning of Failed propType for date of DatePickerIOS, will remove after being fixed by official
55
- if (!console.ignoredYellowBox) {
56
- console.ignoredYellowBox = [];
57
- }
58
- console.ignoredYellowBox.push('Warning: Failed propType');
59
60
-
61
componentDidMount() {
62
if (this.props.locale) {
63
Moment.locale(this.props.locale);
0 commit comments