-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the react-sortable-tree in react 18 #940
Comments
Same issue i am facing. |
could u find any solution? |
solution! <SortableTree
{...props}
isVirtualized={false}
/> |
@gaeundev Thank you! It works :) |
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?
The text was updated successfully, but these errors were encountered: