chore(react): drop dead tagBadges config from Storybook manager#4744
Merged
Conversation
The `tagBadges` block in .storybook/manager.ts was inert: it needs the `storybook-addon-tag-badges` addon, which was never installed or registered, so it rendered nothing. Maturity is now shown in the sidebar by `renderLabel` (the component-status markers 🚧/❌). Removing the dead config declutters the manager and leaves a single source of truth for maturity display. No visual change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
✅ No New Circular DependenciesNo new circular dependencies detected. Current count: 0 |
Contributor
🔍 Visual review for your branch is published 🔍Here are the links to: |
Contributor
📦 Alpha Package Version PublishedUse Use |
Contributor
✅ No breaking public API changesNo public exports were removed, renamed, or had existing props/types changed in a breaking way compared to Comparing
|
Contributor
Coverage Report for packages/react
File CoverageNo changed files found. |
desiree-np
marked this pull request as ready for review
July 20, 2026 15:03
sauldom102
approved these changes
Jul 20, 2026
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.
What & why
The
tagBadgesblock in.storybook/manager.tsis dead config — it needs thestorybook-addon-tag-badgesaddon, which was never installed or registered, so it rendered nothing.Maturity is now shown in the sidebar by
renderLabel(the component-status markers 🚧 experimental / ❌ deprecated, by @sauldom102). This removes the leftover parallel badge config so there's a single source of truth for maturity display.No visual change — only dead code removed.
Test plan
renderLabel(verified:sidebar-status.generated.jsonstill produced, 242 entries).Follow-up to the reorg (#4723/#4725/#4726/#4727) and the closing of #4428.
🤖 Generated with Claude Code