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
Is there a way to prevent the aria-hidden element being added to the DOM?
The upgrade to antd 4.16 has caused many issues in our app. Our component and browsers tests now fail due to duplicate elements and nested Modals that use portals within the Menu.Items now display twice.
Preventing the hidden component being attached to the DOM would prevent both of these issues.
Thanks for your work on #385 @zombieJ.
Is there a way to prevent the aria-hidden element being added to the DOM?
The upgrade to antd 4.16 has caused many issues in our app. Our component and browsers tests now fail due to duplicate elements and nested
Modal
s that use portals within theMenu.Item
s now display twice.Preventing the hidden component being attached to the DOM would prevent both of these issues.
Originally posted by @patrickomeara in #385 (comment)
The text was updated successfully, but these errors were encountered: