generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add indexer support #65
Labels
Comments
3 tasks
I have a working implementation in a private branch. I have to add tests and check how I can merge this without loosing compatibility with v6 |
🚀 Issue was released in |
DanConwayDev
added a commit
to DanConwayDev/gitworkshop
that referenced
this issue
Dec 5, 2023
replace plain typescript storybook format with svelte using addon-svelte-csf this requires running test-storybook with --json-index flag. see: - storybookjs/addon-svelte-csf#65 - storybookjs/test-runner#80
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Currently
stories.svelte
files are incompatible with:To address this, we've added an "indexer" API to Storybook core for 7.0: storybookjs/storybook#18355
If
addon-svelte-csf
were to implement an indexer, it would solve the above problems, plus other future problems as we build more on top of the story index (which we will definitely do more of in core)The text was updated successfully, but these errors were encountered: