react-aria-modal v3.0.0 Release Notes

    • Update focus-trap (via focus-trap-react), which includes a couple of behavior changes. Probably this should not change behavior for your use case. The key change is that focus management has been adjusted so that you can include tricky focusable elements like radio groups, iframes, and shadow DOM components within your modal — as long as the first and last focusable elements in the modal can still be detected by Tabbable.
      • An effect of this change is that positive tabindexes within the modal might no longer work as expected. You should avoid positive tabindexes.