Michael Shilman

Results 773 comments of Michael Shilman

@kubijo we'll hopefully get a fix for the iframe args updating here https://github.com/storybookjs/storybook/issues/11908

@guaiamum you can set the height already using the `docs.iframeHeight` parameter. This issue is about making the iframes AUTOMATICALLY resize to fit the content, which is unimplemented.

Love this @rey-wright 😍 Hopefully we can get that for you as soon as the 5.2 release is out the door!

Your best bet is to build it yourself or contribute it. 6.0 is slated for late spring, so that's the earliest stable release it could go out with. Apologies for...

@folz I'd be happy to. Join in in the Storybook Discord? https://discord.gg/UUt2PJb

If it's cool with you @reywright let's keep it all in one place. When somebody gets around to implementing this, it will be useful to see all the context together.

As a workaround you can set the `docs.source.type` story parameter to `"code"`.

@Sm1t it should address part of the problem (externally defined props) but not all of it (dynamic props defined in functions). and it requires some additional work on the storybook...