Yann Braga
Yann Braga
Hey @mandarini I took a look at this, but definitely need to take a deeper look into the whole use case for this PR. I think we need to process...
@Arav1nd2 reach out on our discord channel, we have a [contributing](https://discord.com/channels/486522875931656193/839297503446695956) channel!
Here's a simple, minimal reproduction for this issue with Addon themes. The funny thing is that it does not happen with React Vite, but it happens with React + Nextjs....
Hey everyone, can you verify whether this is an issue in Storybook 8? I can't seem to reproduce it. Yes, you see `transparent` in the URL but the actual behavior...
Thanks a lot for explaining @WesselKroos, I'll turn this into an issue so we can triage and work on.
Turns out this is a Visual Tests Addon related issue, not Storybook! It's worked on here https://github.com/chromaui/addon-visual-tests/pull/308 so I'll be closing this issue.
Hey @flochtililoch you could try checking this recipe out as an alternative to storyshots: https://storybook.js.org/docs/writing-tests/storyshots-migration-guide#with-portable-stories
> Thanks @kettanaito! I updated > > `node_modules/msw-storybook-addon/package.json` > Then ran `tsc` again in my project folder. I get the error: > > ``` > $ npx tsc > .storybook/preview.ts:2:53...
Hey @FezVrasta thanks for opening this issue! I wonder if you could experiment with making local changes to your dependency and include the following code changes: https://github.com/mswjs/msw-storybook-addon/compare/main...lyleunderwood:feat/add-experimental-loaders Then, instead of...
Did you try using the Storybook test runner? https://github.com/storybookjs/test-runner Storyshots will be discontinued at some point in favor of the test runner, which supports every feature of Storybook (including loaders),...