Michael Shilman

Results 773 comments of Michael Shilman

@ghengeveld good call on the fetch request. Anecdotally, I suspect a decent percentage of these warnings are automatically correctable.

@MichaelJHaywood what framework are you using? HMR shouldn't take 10s. If React-Vite try upgrading to the latest to reduce HMR time

@ndelangen Correct--no blog post for this. Yes to `README.md`. It should document, at a high level, what the package is for and what people should do with it (at the...

@valentinpalkovic I think this is something we can support easily in `@storybook/next` and we might as well to reduce friction for users. WDYT?

I'd try removing the storysource addon first since there are bad interactions between that and docs addon. The behavior of the `Source` block in addon-docs is as follows. - If...

@andrebnassis thanks for the reproduction! i traced it down and it looks like there was an unintentional breaking change in `prettier` that was recently fixed here: https://github.com/prettier/prettier/pull/11892 please try upgrading...

@andrebnassis that's the intended behavior. you can read more about it here: https://storybook.js.org/docs/react/writing-docs/doc-blocks#source

@bazzyb I released a canary of a potential fix in #28318. Any chance you can try it out and let me know if it solves your problem?