Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react 18.2.0 installing issue please update this package #877

Open
aa-hridoy opened this issue Dec 11, 2023 · 3 comments
Open

react 18.2.0 installing issue please update this package #877

aa-hridoy opened this issue Dec 11, 2023 · 3 comments

Comments

@aa-hridoy
Copy link

Screenshot 2023-12-11 at 3 11 21 PM

@josealvaradoo
Copy link

josealvaradoo commented Dec 22, 2023

You could run for now

npm install react-sortable-hoc --legacy-peer-deps

@Funkyskank
Copy link

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

"overrides": {
  "react-sortable-hoc": {
    "react": "18.2.0",
    "react-dom": "18.2.0"
  }
}

@UPocek
Copy link

UPocek commented Mar 8, 2024

Error is still present in March 2024.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants