Skip to content

Commit 9f7287e

Browse files
committed
remove default role from popper
1 parent 2e42289 commit 9f7287e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/modules/components/Notifications.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export default function Notifications() {
167167
placement="bottom-end"
168168
transition
169169
disablePortal
170+
role={undefined}
170171
>
171172
{({ TransitionProps }) => (
172173
<ClickAwayListener onClickAway={handleClose}>

0 commit comments

Comments
 (0)