Hello Team,
usePromiseTracker hook provides only status about whether promise is in progress or not but we dont get to know if promise is resolved or rejected, I request to add one more feature to returned status of promise whether it is resolved or rejected or simple return array of promises that are tracked in that specific area. Is it possible to add this feature ?