react-overlays
react-overlays copied to clipboard
aria-hidden gets removed on elements that previously already had it
When I'm opening a modal, all elements get aria-hidden="true". Unfortunately, there are elements that have an existing aria-hidden="true" tag.
When the modal is closed, all elements lose the tag, including those that had it previously.
I'm having the same problem here! Could you solve this?