### Issue TypeError: Cannot read properties of null (reading 'getBoundingClientRect') ### Stack Trace `src/hooks/useDrag.ts:159` ```tsx const { width, height } = containerRef.current.getBoundingClientRect(); ```