Closed AndreLuizMag closed 3 days ago
Hi @AndreLuizMag you should be able to fix this by including the DialogTitle within the DialogContent like this
This error occurred because the Drawer title needed to be positioned in another component, which caused it not to be recognized as the title of that specific Drawer. However, I have reworked the component in a different way to avoid the issue. Thanks!!
Hi! I’m using Vaul version 1.1.1, and I noticed the following issue in the browser console:
It seems that Radix UI requires a
DialogTitle
for the dialog component, as specified in the Radix UI documentation. You can find more details here: Radix UI Documentation.Could you please add support for this in the Vaul implementation? Thanks for your help!