iTwin / presentation

Monorepo for iTwin.js Presentation Library
https://www.itwinjs.org/presentation/
MIT License
5 stars 0 forks source link

`hierarchies-react`: Consider making `UseTreeProps.getFilteredPaths` cancellable #788

Open grigasp opened 1 week ago

grigasp commented 1 week ago

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.