Aaron Pool
Aaron Pool
Oh? Sorry, this example in in the technical preview threw me off ```js import { action } from '@storybook/addon-actions'; import { Button } from '@storybook/react/demo'; import { Story, Meta }...
@shilman yeah, I actually spent about an hour digging through your mdx compiler plug-in, it seems like it should be possible to check the view layer and parse the contents...
Oh, and also, I don't entirely know what you specifically mean when you say "AFAIK, @storybook/vue does not support JSX directly yet". Because you can definitely use JSX with the...
@mathieuartu Vue JSX _does not_ currently work on `mdx` files. Hopefully something that will be addressed in one of the next few releases. As for your edit, have you registered...
So, after reading through this thread, this sounds like an actual outage issue/bug with the winget cdn, and not a configuration issue on my system? Is that correct?
@joeldenning This problem is slightly more pervasive than just async cancellation. The more overarching issue appears to be that the time between when single-spa's patched `pushState` handler is called and...
If user land had a corresponding set of events or api calls to communicate `routing-initiated` and `routing-canceled` events, they could (at least in the case of vue-router) be emitted in...
I would love to see this feature merged as well, and seeing as it's a typing only feature, I would love to see it show up in 2.7 as well....
Just to add my two cents--I also think @corwin-of-amber's suggestion above would be pretty helpful. Currently, if you want to add additional transpilation to the script block, you can't use...
@martijnvanloon just so I fully understand, what's your objective in using data rather than props in your story components?