Skip to content

Storybook story files fail type-check with a shared import error #14

Description

@anitajordan22244-afk

Several Storybook story files fail type-checking and are part of the backlog currently masked by next.config.ts's ignoreBuildErrors (#2):

  • src/stories/components/Button.stories.tsx
  • src/stories/components/FormField.stories.tsx
  • src/stories/components/Modal.stories.tsx
  • src/stories/components/ProductCard.stories.tsx

These all share the same error shape (an import at column 37/27 across all four), suggesting one root cause — likely a stale @storybook/react type import — rather than four separate bugs.

To do: investigate the shared import error and fix across all four files; likely fast relative to the rest of the TS backlog.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions