Yann Braga
Yann Braga
Hey there! Thanks for opening this issue. Are you willing to contribute to make this happen? I'm happy to guide in the process if needed!
Hey @AndreaPontrandolfo @waldemarfm contributions are definitely welcome. If this change can be done in a backwards compatible way, that'd be definitely preferred! If you know what are the steps to...
Hey there @matttk @work933k could you provide a reproduction? I just tested the flag in two different projects and it works as intended. The flag is only intended to fail...
Hey there @mtroskot, thanks for opening this issue. I've never seen this error in particular, but if you create a minimal reproduction that I can take a look at, I'm...
Thank you so much @mtroskot! I suspected the issue could have been running Storybook in prod mode, so I added this to package.json and ran it locally but the issue...
FYI this is a current limitation that is documented in the README of the `@storybook/nextjs` package: https://github.com/storybookjs/storybook/blob/next/code/frameworks/nextjs/README.md#notes-for-yarn-v2-and-v3-users Just seems to not be related only to yarn2+
Hey @NotWoods thanks a lot for your contribution! Looks pretty cool. I think it needs more thought indeed, regarding a new category or something, as we don't want this to...
Hey there, I'll be checking this with @kasperpeulen this week, thanks for your patience 🙏
Hey everyone! If you can share a minimal reproduction of this issue, I'd love to take a look at. I cannot get to reproduce this, I also tried setting `resetContextPerTest:...
Hey @ksandin! Given the error message: > An error occurred in the following story, most likely because of a navigation: "atoms/Modal/Default". Retrying... Are your stories doing any navigation on click?...