If I add ``` const ref = useRef<HTMLDivElement>() as React.MutableRefObject<HTMLInputElement>; const { events } = useDraggable(ref, { applyRubberBandEffect: true, }); ``` and `<div ref={ref}></div>` then my page blows up with the error in the title of this issue. any ideas?
If I add
and
<div ref={ref}></div>then my page blows up with the error in the title of this issue. any ideas?