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