We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f449801 commit eaf5070Copy full SHA for eaf5070
src/SortableContainer/props.js
@@ -36,7 +36,7 @@ export const propTypes = {
36
onSortStart: PropTypes.func,
37
pressDelay: PropTypes.number,
38
pressThreshold: PropTypes.number,
39
- keyCodes: PropTypes.objectOf({
+ keyCodes: PropTypes.shape({
40
lift: PropTypes.arrayOf(PropTypes.number),
41
drop: PropTypes.arrayOf(PropTypes.number),
42
cancel: PropTypes.arrayOf(PropTypes.number),
0 commit comments