How to deal with react aria dialogs and third party dialogs at the same time? #8819
-
Hey there, I'm facing an issue right now that I'm not sure how to resolve. I have an app which uses the Modal and Popover components from react-aria-components. These components are really great, wrap/contain focus and everything. When these open, React Aria automatically set Now the problem is this: My current solution is to hijack the attribute. Adding a mutation observer on the body, listening for child nodes and removing the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for the issue, we are currently working on a better way to handle this: #8796 In the meantime, the recommendation is to add
|
Beta Was this translation helpful? Give feedback.
Thanks for the issue, we are currently working on a better way to handle this: #8796
In the meantime, the recommendation is to add