Yann Braga
Yann Braga
Hello! 👋 Thanks a lot for this library, it's quite simple and powerful! I was wondering about the `useForm` hook. It's pretty good but I haven't seen anything about form...
## What I did Followup from a bug introduced in #18900 Thanks @shilman
## What I did Given the changes in Storybook 7.0, when calling `useParameter` and a story existed but had `story.prepared === false`, the code was returning an empty object rather...
## What I did This PR changes the logic in extracting addon names, which were not entirely correct before, e.g. : ``` '@storybook/preset-create-react-app', '@storybook/addon-ends-with-js/preset.js', '@storybook/addon-postcss/dist/index.js', ``` Similar logic has to...
Hey peeps, thanks a lot for this lib. It's super awesome! **Describe the bug** When running `canary` and the commit message starts with only numbers, it fails. ``` yarn release...
## Describe the bug Cypress 7 recently released an interesting feature called component test runner. It allows to mount a component and run it in isolation, rather than having to...
### Describe the bug Using Storybook 6 with args and auto added actions, this is an example of my component: ```jsx const Template = args => ; export const WithTwoButtons...
MSW is currently used in a decorator in this addon, however that has a limitation: The handlers are used only during the render cycle of the component. If you were...
In Storybook 7.0, the export from `@storybook/addons` changed to only contain names exports. The change in this PR is backwards compatible with 6.5, but necessary in Storybook 7.0, else the...
Issue: N/A ## What Changed CI should validate tests as well ## Checklist Check the ones applicable to your change: - [ ] Tests are updated - [ ] Documentation...