clauderic / react-sortable-hoc

A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
https://clauderic.github.io/react-sortable-hoc/
MIT License
10.77k stars 978 forks source link

react 18.2.0 installing issue please update this package #877

Open aa-hridoy opened 9 months ago

aa-hridoy commented 9 months ago

Screenshot 2023-12-11 at 3 11 21 PM

josealvaradoo commented 8 months ago

You could run for now

npm install react-sortable-hoc --legacy-peer-deps
Funkyskank commented 7 months ago

You can override legacy deps in your package.json file:

"overrides": {
  "react-sortable-hoc": {
    "react": "18.2.0",
    "react-dom": "18.2.0"
  }
}
UPocek commented 6 months ago

Error is still present in March 2024.