From 7f85f4ea838f1cd69dae1e5c28b38fee11dfc5b4 Mon Sep 17 00:00:00 2001 From: wherehows Date: Sun, 14 Jan 2024 12:43:06 +0900 Subject: [PATCH] chore(toast): remove ariaProps field in create toast function --- src/core/toast.ts | 4 ---- 1 file changed, 4 deletions(-) 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,