shadcn dialog and form
guys has anyone here tried to build a dialog with a form inside it ?
if so what are the thoughts on it and how did it work. im having issues with the submit button and clicking it.
im getting this error
Error: React.Children.only expected to receive a single React element child.
1 Reply
I've done this a few times without a problem. In my experience that error usually comes from using the asChild prop with multiple children. I probably can't be more helpful without a code snippet to poke at.