Skip to content

fix(cli): deduplicate docs strings in registry resolver#10943

Open
harshithasompura wants to merge 2 commits into
shadcn-ui:mainfrom
harshithasompura:fix/deduplicate-registry-docs
Open

fix(cli): deduplicate docs strings in registry resolver#10943
harshithasompura wants to merge 2 commits into
shadcn-ui:mainfrom
harshithasompura:fix/deduplicate-registry-docs

Conversation

@harshithasompura

Copy link
Copy Markdown
Contributor

Fixes #10938

When we run the shadcn add --all command, components that are direct installs and dependencies have their post-install docs note printed twice.

Track seen docs strings with a Set in the resolver file to skip duplicates. And also added a test for the resolver file, which passes and was tested locally on a TanStack project.

Note: it also references app/layout.tsx instead of the TanStack Start equivalent, but I think that's a separate registry-level issue, out of scope here.

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

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

A member of the Team first needs to authorize it.

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.

[bug]: tooltip component in TanStack Start

1 participant