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...
TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
4
If I add ``` const ref = useRef() as React.MutableRefObject; const { events } = useDraggable(ref, { applyRubberBandEffect: true, }); ``` and `` then my page blows up with the...