lytc / react-sortly

React nested sortable component
https://lytc.github.io/react-sortly
103 stars 23 forks source link

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

Open kzmKZuzmo opened 1 year ago

kzmKZuzmo commented 1 year ago

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",