Files
Integration-kit/template/client/src
wtclaude 43308c3f7f
All checks were successful
PR Checks / prose (pull_request) Successful in 10s
PR Checks / template (pull_request) Successful in 37s
fix(template): EmptyState takes children, not message
Core's EmptyState renders its children and nothing else. The template's
clan list passed the sentence as message=, which React drops without a
word, so the panel rendered as an empty box - and module-rust, built
from this template, shipped six of those across four phases before a
browser walk noticed (docs modules/rust/PLAN.md §23.4).

Same class of bug as the PageHeader subtitle the Teams work found here.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01E14m6SuuY6i1vASFeGDBeY
2026-09-23 00:32:52 -05:00
..