♿ chore: Bump Click UI to v0.2.0-rc.4, Fix Dialog A11y Warnings#21
Merged
dustinhealy merged 2 commits intomainfrom Apr 10, 2026
Merged
Conversation
- Bump @clickhouse/click-ui to 0.2.0-rc.4 (includes hidden RadixDialog.Description fix for the missing Description warning) - Add @radix-ui/react-dialog to Vite dedupe to resolve duplicate Radix context between cmdk and click-ui - Add override to pin @radix-ui/react-dialog to 1.1.15 - Add hidden DialogTitle + DialogDescription to all Command.Dialog usages (CommandMenu, ScopeSelector) to suppress cmdk's Radix accessibility warnings Closes #13
dustinhealy
approved these changes
Apr 10, 2026
danny-avila
approved these changes
Apr 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
@clickhouse/click-uifrom0.0.252-test.7to0.2.0-rc.4and resolves all Radix Dialog console warnings.Click UI changes (rc.2–rc.4):
Dialog.Titlenow usesRadixDialog.Titleprimitive — suppressesDialogContent requires a DialogTitlewarningRadixDialog.Descriptionrendered when nodescriptionprop is provided — suppressesMissing DescriptionwarningAdmin panel changes:
@radix-ui/react-dialogvia Viteresolve.dedupeandoverrides— cmdk bundled its own copy with a separate Radix context, preventing our fixes from workingDialogTitle+DialogDescriptionto allCommand.Dialogusages (CommandMenu,ScopeSelector) since cmdk doesn't render these Radix primitives internallyChange Type
Testing
DialogContent requires a DialogTitlewarnings in consoleMissing Descriptionwarnings in consoleCloses #13
Checklist