Need to update for react 18^

Author: limonsafayetCreated Oct 8, 2024Updated Mar 6, 2025

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.

Source: clauderic/react-sortable-hoc