Skip to content

fix(storybook): correct IconButton import path — manager build broken on main#339

Merged
horner merged 1 commit into
mainfrom
fix-manager-imports
Jul 24, 2026
Merged

fix(storybook): correct IconButton import path — manager build broken on main#339
horner merged 1 commit into
mainfrom
fix-manager-imports

Conversation

@horner

@horner horner commented Jul 24, 2026

Copy link
Copy Markdown
Member

Problem

#337 imported IconButton from storybook/components, which is not an export of the storybook package — v10 exposes it at storybook/internal/components. The manager build fails, so every PR's CI has been failing on its merge commit since (e.g. #336's run: https://github.com/mieweb/ui/actions/runs/30071361166).

Fix

One-line import path correction. storybook build verified locally (manager + preview compile clean).

Unblocks #336 and any other open PRs once merged.

…oken on main

PR #337 imported IconButton from 'storybook/components', which is not
an export of the storybook package (v10 exposes it at
storybook/internal/components). Every PR's CI has failed on the merge
commit since. One-line path fix; manager build verified locally.
Copilot AI review requested due to automatic review settings July 24, 2026 06:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes the Storybook manager build by correcting the IconButton import path to match Storybook v10’s actual exports, unblocking CI for merge commits.

Changes:

  • Update .storybook/manager.ts to import IconButton from storybook/internal/components (instead of the non-exported storybook/components).

@horner
horner merged commit 897a4aa into main Jul 24, 2026
10 of 11 checks passed
@horner
horner deleted the fix-manager-imports branch July 24, 2026 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants