react-sortable-hoc
react-sortable-hoc copied to clipboard
react 18.2.0 installing issue please update this package
You could run for now
npm install react-sortable-hoc --legacy-peer-deps
You can override legacy deps in your package.json file:
"overrides": {
"react-sortable-hoc": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
Error is still present in March 2024.