Jonathan MASSUCHETTI
Jonathan MASSUCHETTI
> Wanted to voice my support for this. As being able to test abort controllers is an important part of unit testing. Hoping this PR solves https://github.com/mswjs/msw/discussions/1646 @howagain MSW 2.0...
hi, can someone provide an update on this ?
@MatanBobi sorry, it is not very clear. Looking back I think you are right, this code is bugged because `option` elements don't accept non-text children. I have been away from...
Hi 👋 thanks for opening an issue. This has been requested a number of times, I would be happy to merge such a PR 🤘
Having free text fields is nice while working on a component. I would also consider the possibility to add or remove a search param. If you can do it, you...
To prevent various race conditions, `RouterLogger` make sure the storybook event have been receive and check the location key before logger anything, so the order is preserved. To understand the...
Hi @dbartholomae , have you found some time to make progress on this ?
It doesn't change anything. Also I expect the project to work, even if it takes to time to boot up. Right now the storybook is less than incomplete, there is...
Nothing fancy ```js async viteFinal(config) { config.plugins.push(tsconfigPaths(), svgr()); config.optimizeDeps.include.push( 'storybook-addon-intl', '@storybook/addon-actions', '@tippyjs/react/headless' ); return config; }, ```
Tailwind requires no setup at all. Just include the Tailwind CSS in the app and you're good to go. So in my `.storybook/preview.js` I have `import "../src/styles/css/tailwind.css"`. That's it