Jose Alvarado

Results 3 comments of Jose Alvarado

It's an issue with react, after the release of react 18 version, I've solved it adding `resolution` property into the package.json ```json "resolutions": { "@types/react": "YOUR_CURRENT_REACT_VERSION", "@types/react-dom": "YOUR_CURRENT_REACT_VERSION" } ```...

@naga-RajanR could you say if you are using React or Next, please? Btw, your main page file shows 4 Rich Editor components with the same ID, there aren't uniques.

You could run for now ```bash npm install react-sortable-hoc --legacy-peer-deps ```