We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1833f commit b2cf3aeCopy full SHA for b2cf3ae
src/components/MKDatePicker/index.js
@@ -43,7 +43,7 @@ MKDatePicker.defaultProps = {
43
44
// Typechecking props for the MKDatePicker
45
MKDatePicker.propTypes = {
46
- input: PropTypes.objectOf(PropTypes.any),
+ input: PropTypes.objectOf(PropTypes.oneOfType([PropTypes.any])),
47
};
48
49
export default MKDatePicker;
0 commit comments