react-sortly icon indicating copy to clipboard operation
react-sortly copied to clipboard

useDrag::spec.begin was deprecated in v14. Replace spec.begin() with spec.item().

Open kzmKZuzmo opened this issue 10 months ago • 0 comments

Invariant Violation: useDrag::spec.begin was deprecated in v14. Replace spec.begin() with spec.item(). (see more here - https://react-dnd.github.io/react-dnd/docs/api/use-drag)

"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",

"react-sortly": "^3.0.4",

kzmKZuzmo avatar Sep 01 '23 18:09 kzmKZuzmo