aws-amplify / amplify-ui

Amplify UI is a collection of accessible, themeable, performant React (and more!) components that can connect directly to the cloud.
https://ui.docs.amplify.aws
Apache License 2.0
913 stars 295 forks source link

chore(storage-browser): Drop self-removal from tasks. Tasks are now r… #6054

Closed cshfang closed 1 week ago

cshfang commented 2 weeks ago

…emoved via state updates

Description of changes

This PR drops the remove function from tasks. A task should be able to cancel its own processing state, but removal of a task should be done to its containing "list". When a location or file item is removed from state, the useProcessTasks hook will now synchronize its internal task ref to reflect the removal as well.

Issue #, if available

Description of how you validated changes

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

changeset-bot[bot] commented 2 weeks ago

⚠️ No Changeset found

Latest commit: f18c585a71d139fb0fe8a66e5333830968c26c89

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR