storybookjs
OSS
storybook
Sign in / Sign up
Open main menu
storybook
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
33550
bd642744 Merge remote-tracking branch 'origin/next' into kasper/fix-csf-factories-exclude-stories
7 days ago
by kasperpeulen
k
Canceled
33550
eb657fd0 CSF Factories: Skip non-factory exports instead of throwing error Previously, CSF factory files would throw a `MixedFactoryError` if any named export was not a factory story (e.g., `meta.story()`). This caused issues when: - Files had helper exports that were excluded via `excludeStories` - Files had utility functions or constants exported alongside stories Now, non-factory exports in factory files are simply skipped during indexing. This means: - Helper exports no longer need `excludeStories` to avoid errors - `excludeStories`/`includeStories` still work for factory stories - Only actual factory stories (`meta.story()` / `meta.extend()`) are indexed Fixes #33549 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
7 days ago
by kasperpeulen
k
Previous page
Previous
Next
Next page