Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sidebar): add title and describe by #6294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikaelkristiansson
Copy link

right now it is throwing:
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.

For more information, see https://radix-ui.com/primitives/docs/components/dialog

and warning:
Warning: Missing Description or aria-describedby={undefined} for {DialogContent}.

right now it is throwing:
`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.

For more information, see https://radix-ui.com/primitives/docs/components/dialog

and warning:
Warning: Missing `Description` or `aria-describedby={undefined}` for {DialogContent}.
Copy link

vercel bot commented Jan 7, 2025

@mikaelkristiansson is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

@mikaelkristiansson
Copy link
Author

Screenshot 2025-01-07 at 15 28 06

@DemaPy
Copy link

DemaPy commented Jan 8, 2025

@mikaelkristiansson Is is happens only for new-york theme? Did you checked default? Also as I know from Contributing guide you have to run build in order to create JSON for components.

Please follow through CONTRIBUTING.md guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants