Open
Description
I'm using axe from @axe-core/react
and it's working beautifully for components that are children of the root component. But material-ui, the lib I'm using, creates many components in portals, where their root component is a direct child of the body, so a peer of the root component. It doesn't look like any of those pages are being noticed by axe.
Is that something that I can control?