Bragaru Ion
Bragaru Ion
Hi, any updates on this topic? Would be great to use this implementation over inheritance pattern for breadcrumbs
This issue still persist in `@2.1.8` ```log `DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users. If you want to hide the `DialogTitle`, you can...
Here is my fix: 1. add as a dependency `@radix-ui/react-dialog` 3. use it in your modal: ```tsx import { Modal as TGModal, ModalProps as TGModalProps, VisuallyHidden, } from '@telegram-apps/telegram-ui'; import...