Open
Description
I recently updated the react version in the project I'm working on from "16.2.0" to "18.2.0". Since doing this I get the following errors:
uncaught error: unable to find node on an unmounted component
TypeError: this.clearMonitorSubscription is not a function.
the above error occurred in <scrolling(List)> component
Searching the internet shows that the "react-sortable-tree" library is no longer supported in react 18. And this is probably the reason for these errors.
Is there anyone who managed to work with the library in react 18?
Metadata
Metadata
Assignees
Labels
No labels