slider icon indicating copy to clipboard operation
slider copied to clipboard

TypeError in useDrag

Open xava-dev opened this issue 8 months ago • 0 comments

Issue

TypeError: Cannot read properties of null (reading 'getBoundingClientRect')

Stack Trace

src/hooks/useDrag.ts:159

const { width, height } = containerRef.current.getBoundingClientRect();

xava-dev avatar May 12 '25 11:05 xava-dev