Yann Braga
Yann Braga
Given that this PR is not strictly necessary right now, let's leave it open until you're back from holidays so we can test it properly 👍
Hey @sw-tracker can you share a reproduction repo? I just tried and I got the correct behavior for include: And exclude:
> @ghengeveld @ndelangen I wonder if our new way of finding stories here, also fixes #29572. We should try it out in QA. It doesn't seem to fix it. Here's...
Hey @fweinaug can you please give more context about your setup? Are you using symlinks? Do you have multiple Storybooks? Are you using package managers file or portal protocols for...
Hey @fweinaug quick reminder in case you are still interested, we'd like to know more about this so we can propose a fix. Thanks!
Hey everyone! The fix is released in Storybook [v8.4.3](https://github.com/storybookjs/storybook/releases/tag/v8.4.3) as well as Storybook [v8.5.0-alpha.4](https://github.com/storybookjs/storybook/releases/tag/v8.5.0-alpha.4). Please give it a try and provide us feedback
This is fantastic @Dschungelabenteuer ! I made a few tweaks and added a few more test cases which we need to support. Can you take a look?
Hey everyone! Thanks for reporting this. Here is a quick summary: - This issue is the result of a structural change that was done in Storybook 8.2, which affects the...
> @ndelangen @ghengeveld I thought we seen this before, and there was some resolution by changing the NODE_ENV? Wasn't that for the play function while it was running in Storybook?...
@kasperpeulen I did some investigation and it seems like the act warning happens when using `userEvent` in `@storybook/test`, however when using `userEvent` from `@storybook/testing-library`, the act warning does not happen....