Jeppe Reinhold

Results 228 comments of Jeppe Reinhold

I have confirmed that this now works in the latest Storybook 8.3.0 prereleases (if you apply the workaround described in #76) ![image](https://github.com/user-attachments/assets/649060e2-6993-4ca4-8e01-c06afabc5615) 🚀

We can revisit this if it actually becomes relevant again.

@IanVS could you try out this canary and ensure it doesn't break your Turbosnap? I've done some things that should hopefully keep the same stats-file output as before, to not...

Thanks for checking @IanVS! ❤️ > Though I can't speak for the effectiveness of the PR itself, since I don't see the referenced warnings either before or after installing the...

Do these changes relate/interfere with the changes proposed in https://github.com/storybookjs/storybook/pull/26010 ?

No worries @tobiasdiez, we're all humans and I didn't put too much into it anyway. Thanks for being honest, makes everything easier.

I suggest you slim down this PR to the minimal changes required to get rid of the `@fs` prefix. The discussions about dependencies and code logic are becoming bigger than...

I've investigated this and concluded that the source of this bug is `excludeDecorators`. > I suspect it's react in strict-mode that's acting differently based on wether `args` is used in...

> Great work figuring that out @JReinhold! I want to say I remember something like this happening once before and us reordering decorators in order to not have to enable...