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 f7853a9 commit 5218889Copy full SHA for 5218889
src/lib/drop-area-hoc.jsx
@@ -78,7 +78,7 @@ const DropAreaHOC = function (dragTypes) {
78
}
79
80
render () {
81
- const componentProps = omit(this.props, ['onDrop', 'dragInfo']);
+ const componentProps = omit(this.props, ['onDrop', 'dragInfo', 'componentRef']);
82
return (
83
<WrappedComponent
84
containerRef={this.setRef}
0 commit comments