Skip to content

Commit

Permalink
remove default role from popper
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Feb 10, 2020
1 parent 2e42289 commit 9f7287e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/modules/components/Notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export default function Notifications() {
placement="bottom-end"
transition
disablePortal
role={undefined}
>
{({ TransitionProps }) => (
<ClickAwayListener onClickAway={handleClose}>
Expand Down

0 comments on commit 9f7287e

Please sign in to comment.