Yann Braga
Yann Braga
@kasperpeulen @ndelangen given that we now provide a way to get templates from a community package, I wonder if the ts directory name change impacted them? Maybe we should also...
> I think we should be clear for anyone creating a community template that can be installed via the CLI what the correct template directory names should be, but I...
Hey everyone! Thanks a lot for elaborating all the issues. They have all been fixed and will be released in Storybook 8.1 (shortly after Storybook 8.0 is released). Thank you...
Hey there @fabianherrera15 ! Did you try this with Storybook 7? This shouldn't be a problem. The step function is defined internally when Storybook prepares the story, so you shouldn't...
No worries! I was setting up a minimal repro and I found the cause for the bug. It only happens if you don't use `setProjectAnnotations` so I'll make a PR...
> I confirm the new version fixes the issue. Thank you all! 🎆 Thank you so much for reporting, if it wasn't for you this problem would still be there!
Hey @jimmy-dee that's great info! Could you provide us a minimal repro of the issue? We now have a website to make it easier to create repros: https://storybook.new/ Thank you!
Hey everyone! I investigated this and the reason this happens is that given that Storybook by default includes `node_modules` when indexing stories, plus the fact that Storybook ships example stories...
Hey there @morganney, thanks for sharing your use case. This issue was happening because Storybook included `node_modules` by default in its indexing, and it could end up clashing if your...
Thanks a lot for your contribution @gitstart ! @MichaelArestad would you mind checking this out? Thanks!