react-sortable-hoc icon indicating copy to clipboard operation
react-sortable-hoc copied to clipboard

Not supporting in [email protected]

Open kalichaudhary opened this issue 2 years ago • 6 comments

npm install react-sortable-hoc --save npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.0.0" from the root project

npm ERR! A complete log of this run can be found in:

kalichaudhary avatar Apr 05 '22 10:04 kalichaudhary

Read Readme.md which will answer your question

mehimanshupatil avatar Apr 18 '22 08:04 mehimanshupatil

Read Readme.md which will answer your question

but change my node version from new to old and now worked.

kalichaudhary avatar Apr 20 '22 09:04 kalichaudhary

How to handle on react 18 please provide an alternative for this. I read the readme but I didn't understand the logic ?

yagiz-aydin avatar Apr 25 '22 13:04 yagiz-aydin

use @dnd-kit. this library uses the findDOMNode method which is deprecated in StrictMode in React 18.

mehimanshupatil avatar Apr 25 '22 14:04 mehimanshupatil

Any updates on that? It's high time peerDependency was updated.

patrykboch avatar Jun 02 '22 15:06 patrykboch

npm install react-sortable-hoc --save npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.0.0" from the root project

npm ERR! A complete log of this run can be found in:

use npm -f install react-sortable-hoc --save

PrajwalKarki1 avatar Aug 06 '23 06:08 PrajwalKarki1