We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f4186 commit 08cc103Copy full SHA for 08cc103
lib/propTypes.js
@@ -75,7 +75,7 @@ export const resizableProps: Object = {
75
children: PropTypes.node,
76
disabled: PropTypes.bool,
77
enableUserSelectHack: PropTypes.bool,
78
- offsetParent: PropTypes.node,
+ offsetParent: PropTypes.instanceOf(Element),
79
grid: PropTypes.arrayOf(PropTypes.number),
80
handle: PropTypes.string,
81
nodeRef: PropTypes.object,
0 commit comments