fix(showcase): use supported ai:input block + bump objectui console pin#1464
Merged
Merged
Conversation
- examples/app-showcase: the component-gallery page referenced `ai:chat_window`, which the Console intentionally does not register as an inline page component (the floating chatbot overlay is the canonical entry point), so it surfaced a loud "Unknown component type". Switch to the supported `ai:input` inline AI block. - Bump .objectui-sha to pick up objectstack-ai/objectui#1431, which fills the Console field-widget and dashboard chart-type renderer registry gaps (toggle/multiselect/radio/checkboxes/tags/color/slider/rating/code/… fields and column/spline/pyramid/radar/kpi/bullet/… charts). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Two related fixes for the
example-showcaserendering issues (field types / charts / page component all displayed wrong because of Console renderer-registry gaps):Showcase page — the component-gallery page used
ai:chat_window, which the Console intentionally does not register as an inline page component (the floating chatbot overlay is the canonical entry point; referencing it is meant to surface a loud "Unknown component type" so it's fixed at the source). Switched to the supportedai:inputinline AI block.objectui pin bump —
.objectui-sha→0af951fto pick up fix(fields,dashboard): fill renderer registry gaps for field & chart types objectui#1431, which fills the Console renderer registry gaps:toggledetail no longer shows "0.0".Verification
Built the console at the new pin and ran
pnpm dev(example-showcase): Field Zoo form, record detail, Chart Gallery dashboard, and the Component Gallery page all render cleanly with zero "Unknown component type" errors.🤖 Generated with Claude Code