Skip to content

Commit

Permalink
chore(toast): remove ariaProps field in create toast function
Browse files Browse the repository at this point in the history
  • Loading branch information
daangnkim committed Jan 30, 2025
1 parent 1e46473 commit 21d4326
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ const createToast = (
visible: true,
dismissed: false,
type,
ariaProps: {
role: 'status',
'aria-live': 'polite',
},
message,
pauseDuration: 0,
...opts,
Expand Down

0 comments on commit 21d4326

Please sign in to comment.