diff --git a/packages/components/toast/src/toast-provider.tsx b/packages/components/toast/src/toast-provider.tsx index e81c02ba6..8494b4c6b 100644 --- a/packages/components/toast/src/toast-provider.tsx +++ b/packages/components/toast/src/toast-provider.tsx @@ -82,6 +82,5 @@ export const closeAll = () => { keys.map((key) => { globalToastQueue?.close(key); - globalToastQueue?.remove(key); }); };