hierarchies-react
: Consider making UseTreeProps.getFilteredPaths
cancellable
#788
Labels
hierarchies-react
: Consider making UseTreeProps.getFilteredPaths
cancellable
#788
At the moment the async function has no parameters and there's no way to cancel it. This means that we can easily start a large number of expensive requests without any way to abort them.
The text was updated successfully, but these errors were encountered: