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 633a0e1 commit 8d5f6bdCopy full SHA for 8d5f6bd
src/index.jsx
@@ -83,7 +83,7 @@ export function useDndScrolling(componentRef, passedOptions) {
83
}, [componentRef.current, dragDropManager, passedOptions]);
84
}
85
86
-export default function createScrollingComponent(WrappedComponent) {
+export default function withScrolling(WrappedComponent) {
87
function ScrollingComponent({
88
strengthMultiplier,
89
verticalStrength,
0 commit comments