-
Notifications
You must be signed in to change notification settings - Fork 93
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
Buggy installation on npm>=8 #1153
Comments
Seems, it's npm only issue, and can be solved by using |
No way. |
Ok, react-sortable-hoc is deprecated and does not support React 18. If we want support React 18, we need to replace this with a modern library. Or we need to say that uikit does not support React 18. |
uikit depends on unsupported package react-sortable-hoc
There was some collisions in dependency tree resolving for react version.
This troubles to npm/cli#4631
Possible solution:
Fork react-sortable-hoc,
merge this pr clauderic/react-sortable-hoc#844
release @gravity-ui/react-sortable-hoc
The text was updated successfully, but these errors were encountered: