Michael Shilman
Michael Shilman
Olé!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-beta.33 containing PR #20723 that references this issue. Upgrade today to the `@next` NPM tag to try it out! ``` npx sb@next upgrade --prerelease ```
@bodograumann indeed, I'd say that this is no longer relevant. And I believe that @Sidnioulz addon addresses a related but different problem. So I'm closing this for now. Thanks!
We’re cleaning house! Storybook has changed a lot since this issue was created and we don’t know if it’s still valid. Please open a new issue referencing this one if:...
@tmeasday I tried to reproduce here but couldn't https://github.com/storybookjs/storybook/pull/25312
@tmeasday I'm OK with that. Perhaps we can handle it properly later this year.
Jiminy cricket!! I just released https://github.com/storybookjs/storybook/releases/tag/v7.0.0-beta.0 containing PR #20147 that references this issue. Upgrade today to the `@next` NPM tag to try it out! ``` npx sb upgrade --prerelease ```...
Decided to leave this until after the post has gone out & somebody has time to properly test it
It's not behind a paywall -- that medium post is public
@yannbf you might have more luck filing this on https://github.com/hipstersmoothie/react-docgen-typescript-plugin, which is what we currently use in storybook by default
This is the desired behavior. We use the file extension to determine the loading behavior of the file, e.g. `.stories.ts` are handled differently from `.stories.js`/`.mdx`/`.stories.svelte`. I think what's missing here...