Yann Braga

Results 311 comments of Yann Braga

Hey @kentcdodds as others have stated, this release ended up having unfortunate side effects. I created an issue with reproduction steps here: https://github.com/testing-library/user-event/issues/1160 @michaelperrin (and any other Storybook users): I...

The issue is because the automigration removes (now) unnecessary types, and as a side effect the comments attached to them also get removed. Either we just don't remove the unused...

@Sidnioulz can you please try the latest prerelease and see whether the issue has been solved?

Hey James, thanks for the PR! We have an abstraction in the `storybook/internal/node-logger` package which already uses clack, we are planning on slowly fully migrating to it! It's great to...

> So would you suggest that the log box function no longer acts conditionally and always uses clack? > > i.e remove the clack check I meant more like we...

Hey @YasielCabrera! I don't see how that is a valid code for Storybook. Can you provide a reproduction? We don't recommend the use of custom factory functions, which might break...

Thanks for sharing that @CollinHerber! I have two questions: 1. Does the repro you linked us to actually show the problem? It seems you mentioned you couldn't reproduce. If you...

Hey @CollinHerber, we're unable to reproduce your issue and we do really need access to a reproduction. We'll be closing this issue for now, but as soon as you can...

> This sounds like a fun one > > I'm not sure about being able to prompt during a task log as we would need to rework quite a lot...

For tracking purposes, I'm adding the PR which implements it here: https://github.com/bombshell-dev/clack/pull/347