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.
1 parent 56840e5 commit 3116e02Copy full SHA for 3116e02
src/scripts/Select.js
@@ -67,6 +67,6 @@ Option.propTypes = {
67
children: PropTypes.node,
68
label: PropTypes.oneOfType([
69
PropTypes.string,
70
- PropTypes.number
+ PropTypes.number,
71
]),
72
};
0 commit comments