diff --git a/src/core/toast.ts b/src/core/toast.ts index 8a71eb0..8327edb 100644 --- a/src/core/toast.ts +++ b/src/core/toast.ts @@ -22,10 +22,6 @@ const createToast = ( createdAt: Date.now(), visible: true, type, - ariaProps: { - role: 'status', - 'aria-live': 'polite', - }, message, pauseDuration: 0, ...opts,