fix(template): EmptyState takes children, not message #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/template-empty-state"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Core's
EmptyStaterenders its children and nothing else. The template's clan list passed its sentence asmessage=, which React drops without a word, so the panel rendered as an empty box.module-rust was built from this template and shipped six of those across four phases before a browser walk noticed (
docs/modules/rust/PLAN.md§23.4). It's the same class of bug as thePageHeader subtitlethe Teams work found here.A one-line change plus a comment saying why. Template client build and its 20 tests pass, as do
checkLinksandcheckChapterPaths. No chapter taught the wrong prop; this line was the only place.AI disclosure
Written with Claude Code (Opus 5.5).
🤖 Generated with Claude Code
https://claude.ai/code/session_01E14m6SuuY6i1vASFeGDBeY