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
There are some focus conflicts arising when using the Sheet component, most of the time when used in combination with DropdownMenu.
Those conflicts lead to the following console error:
Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.
The text was updated successfully, but these errors were encountered:
There are some focus conflicts arising when using the
Sheet
component, most of the time when used in combination withDropdownMenu
.Those conflicts lead to the following console error:
The text was updated successfully, but these errors were encountered: