Bryan Archambeault

Results 2 issues of Bryan Archambeault

I have a floatbox that is not dockable. I want it to be a fixed size. I have set minWidth and minHeight and that works great. However, it's still resizeable...

If I add ``` const ref = useRef() as React.MutableRefObject; const { events } = useDraggable(ref, { applyRubberBandEffect: true, }); ``` and `` then my page blows up with the...