You're trying to use a React ref
as the dragConstraints
of a draggable <motion />
component.
Explanation
This error appears when the ref
is not hydrated.
If the ref
is not hydrated, this means it hasn't been passed to another element.
Solution
Pass the ref
to another element, to use this element as the drag constraints: