-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
apiIssues related to APIIssues related to APIbugSomething isn't workingSomething isn't workingstatus: fixed in next releaseThe issue will be closed once next release is availableThe issue will be closed once next release is available
Description
Raycast version: 1.25.5
Description
In rare cases a long-running animated Toast is not dismissed, even though the extension action/activity completes.
My guess is that the extension is being unloaded before it gets chance to dismiss the Toast.
Steps To Reproduce
- Perform a long running activity e.g. install or upgrade a formula from the Brew extension. Or run "Upgrade All" from the Brew "Show Outdated" command.
- Pop back to root search.
- Dismiss Raycast window
- Wait a while (until the activity has completed).
- Re-open Raycast window. The animated Toast is still there - it was never dismissed.
The current behavior
Long-running animated toast is not dismissed
The expected behavior
Toasts associated with an extension should always be dismissed before unloading the extension.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiIssues related to APIIssues related to APIbugSomething isn't workingSomething isn't workingstatus: fixed in next releaseThe issue will be closed once next release is availableThe issue will be closed once next release is available