docs(registry): the Base UI table described the pre-fix state - #17
Merged
Conversation
The measured-failures section landed in the same PR that fixed our own context.tsx, so it still listed 13 errors with context.tsx among them — the numbers a consumer would have seen BEFORE that fix, not after. A Base UI consumer of this registry now sees 12, and every one of them is upstream's. Also links vercel/ai-elements#473 (the openDelay family, verified on a Base UI project to take an unpatched consumer 15 -> 7) so the table says what will shrink it, and keeps the correction visible: earlier notes claimed all Base UI failures were upstream's, which was wrong. Verified rather than assumed: main's web surface is byte-identical to the commit the 12 was measured on (git diff over components/ai-elements, registry.json and gen-registry.mjs is empty). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
The measured-failures section landed in the same PR that fixed our own
context.tsx, so it still lists 13 errors withcontext.tsxamong them — the numbers a consumer would have seen before that fix, not after.A Base UI consumer of this registry now sees 12, and every one is upstream's.
Also:
Verification
main's web surface is byte-identical to the commit the 12 was measured on —git diff 2d6aade main -- packages/web/components/ai-elements/ packages/web/registry.json packages/web/scripts/gen-registry.mjsis empty. Docs-only change; no code touched.🤖 Generated with Claude Code