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
wherehows committed Jan 14, 2024
1 parent 62df748 commit 7f85f4e
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 @@ -22,10 +22,6 @@ const createToast = (
createdAt: Date.now(),
visible: true,
type,
ariaProps: {
role: 'status',
'aria-live': 'polite',
},
message,
pauseDuration: 0,
...opts,
Expand Down

0 comments on commit 7f85f4e

Please sign in to comment.