Rendering in a dialog causes console errors coming from Radix ([here](https://github.com/radix-ui/primitives/blob/11525108ae531a787cf02dec67a317ed6364c581/packages/react/dialog/src/Dialog.tsx#L508)) due to a missing `DialogTitle`: ``` `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users. ``` <img width="2672" alt="Image" src="https://github.com/user-attachments/assets/14cfb5d1-1bc7-41ab-aca7-0dd0017ec308" /> Minimal reproduction here (code copied from `cmdk` README examples): https://codesandbox.io/p/sandbox/flwvwr