Michael Shilman

Results 773 comments of Michael Shilman

Perhaps you can put your stories in iframes to stop the style conficts? https://storybook.js.org/docs/react/writing-docs/doc-blocks#inline-rendering

@DaveLo rendering multiple iframes on the page has performance issues

@ArmanNisch I think it's being addressed here https://github.com/storybookjs/storybook/pull/19433

@tillsanders have you tried the `mapping` feature in 6.3? i'll update the error accordingly https://storybook.js.org/docs/react/writing-stories/args#mapping-to-complex-arg-values

@ghengeveld does this look right to you? ☝️

@prashantpalikhe If you have a min, this is highly related to the last set of fixes you made to the Vue2 renderer. In fact, I'm a bit surprised they didn't...

@iamgoddog I believe the `push of undefined` error is unrelated and was fixed in https://github.com/storybookjs/storybook/releases/tag/v6.5.4 by this PR https://github.com/storybookjs/storybook/pull/18284

Which version of Storybook are you upgrading from? The MDX implementation changed significantly in 6.5, so it's possible that a problem was introduced. Do you a have a reproduction repo...

@halkeye please see the MIGRATION notes for more info on this: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#framework-field-mandatory We're still working on the migration path to 7.0, which contains big breaking changes, so that's why it's...

@3c1u do you have a repro repo you can share? @yannbf is this something you've run into?