DialogContent requires a DialogTitle for the component to be accessible for screen reader users. 해결하기
바텀시트를 shadcn의 drawer를 이용하여 구현하던 중에 다음과 같이 콘솔 에러를 보게 되었다.
DialogContent requires a DialogTitle for the component to be accessible for screen reader users.
If you want to hide the `DialogTitle`, you can wrap it with our VisuallyHidden component.
의미 ...
haseungdev.hashnode.dev3 min read