fix warning since value now is optional as well as can be either string or number

This commit is contained in:
Val Erastov 2018-11-28 01:11:39 -08:00
parent fb53386ce2
commit dc62cfc7f3

View file

@ -46,7 +46,6 @@ NumberControl.propTypes = {
min: PropTypes.number,
max: PropTypes.number,
accelerator: PropTypes.number,
value: PropTypes.number.isRequired,
onChange: PropTypes.func.isRequired
};