diff --git a/src/index.js b/src/index.js index 9e84d91..71ba980 100644 --- a/src/index.js +++ b/src/index.js @@ -240,6 +240,7 @@ export function createScrollingComponent(WrappedComponent) { verticalStrength, horizontalStrength, onScrollChange, + dragDropManager, ...props } = this.props;