Property selected
should include PropTypes.number
to allow integer values
#1625
Labels
selected
should include PropTypes.number
to allow integer values
#1625
evergreen/src/select-menu/src/SelectedPropType.js
Line 8 in e13b9b4
Please allow
PropTypes.number
here. Sometimes the value is numeric - quite common when display label is a string, but internal value is an int.Although the application works, this throws error in the console.
Right now I'm overriding the propTypes to fix the error:
The text was updated successfully, but these errors were encountered: