Skip to content

Commit

Permalink
Restore aria-describedby prop on SnackbarContent (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander7161 authored Mar 8, 2023
1 parent ef100fd commit 4c5a1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/MaterialDesignContent/MaterialDesignContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const MaterialDesignContent = forwardRef<HTMLDivElement, CustomContentProps>((pr
<SnackbarContent
ref={forwardedRef}
role="alert"
aria-describedby="notistack-snackbar"
style={style}
className={clsx(
ComponentClasses.MuiContent,
Expand Down

0 comments on commit 4c5a1d4

Please sign in to comment.