You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Modal Overflowing Viewport Height example code I noticed Chrome was complaining with errors, that aria-hidden should not be set in this case and should be replaced with special "inert" attribute.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.When using Modal Overflowing Viewport Height example code I noticed Chrome was complaining with errors, that aria-hidden should not be set in this case and should be replaced with special "inert" attribute.
Here is the diff that solved it for me:
The text was updated successfully, but these errors were encountered: