Error in the mobile expansion of sidebar #5869
Closed
kishorekumer78
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DialogContent
requires a
DialogTitlefor the component to be accessible for screen reader users. If you want to hide the
DialogTitle, you can wrap it with our VisuallyHidden component.
if (isMobile) {return (
<Sheet open={openMobile} onOpenChange={setOpenMobile} {...props}>
// solved by adding this lines of code
Mobile Menu
//
<SheetContent
Beta Was this translation helpful? Give feedback.
All reactions