Skip to content

Conversation

@73junito
Copy link
Owner

I ran the Storybook build locally and it completed successfully.

What I did

  • Fixed duplicated/embedded import blocks in:
    • FormInput.stories.tsx
    • SiteHeader.stories.tsx
  • Committed and pushed the fixes to branch fix/storybook-stories
  • Ran npm ci and npm run storybook:build in ui

Result

  • Storybook v10.1.11 build completed successfully and produced storybook-static

Next steps
I recommend keeping this as a small, focused PR so it is easy to review and merge independently from the validator scope changes. If you prefer, I can instead keep these fixes on fix/scope-validate-no-stubs.

Thanks,

Copilot AI review requested due to automatic review settings January 13, 2026 22:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes duplicated code blocks in two Storybook story files where the entire file content was mistakenly embedded within story export objects, causing build issues.

Changes:

  • Removed duplicated import and export blocks from SiteHeader.stories.tsx
  • Removed duplicated import and export blocks from FormInput.stories.tsx

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
packages/ui/src/components/home/SiteHeader.stories.tsx Removed embedded duplicate of the entire file content that was incorrectly placed inside the Default story export
packages/ui/src/components/common/FormInput.stories.tsx Removed embedded duplicate of the entire file content that was incorrectly placed inside the Default story export

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Owner Author

@73junito 73junito left a comment

Choose a reason for hiding this comment

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

viewed

@73junito 73junito marked this pull request as draft January 16, 2026 09:45
@73junito 73junito marked this pull request as ready for review January 17, 2026 17:18
@73junito 73junito requested a review from Copilot January 17, 2026 17:18
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants