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

Need to update for react 18^

Open limonsafayet opened this issue 1 year ago • 4 comments

The error you're encountering is due to a version mismatch between react and react-sortable-hoc in your project. The version of react-sortable-hoc requires react version ^16.3.0 || ^17.0.0, but your project is using [email protected], which causes a conflict.

limonsafayet avatar Oct 08 '24 04:10 limonsafayet