You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?