We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6293536 commit 41084acCopy full SHA for 41084ac
packages/components/toast/src/toast-provider.tsx
@@ -82,6 +82,5 @@ export const closeAll = () => {
82
83
keys.map((key) => {
84
globalToastQueue?.close(key);
85
- globalToastQueue?.remove(key);
86
});
87
};
0 commit comments