Benjamin Kindle

Results 76 comments of Benjamin Kindle

@DustinJSilk Based on [this comment](https://github.com/storybookjs/storybook/pull/19943#pullrequestreview-1192408479), I think they prefer to let framework packages stabilize before they pull them into the monorepo. I'm guessing at a minimum, we should add better...

Hi, an update on progress with this: I've made a few new releases of my framework (0.0.3 is the latest right now). It now refreshes stories when code changes are...

Qwik support has been added to the storybook CLI. You can now add storybook to a qwik project with `npx storybook@next init`. Is there a way to have a starter...

Oops! The stackblitz is on 0.15.0 though and still seeing the issue

This is still an issue in 0.16.2. It is true that removing `key` seems to fix the issue. That's really strange though. Isn't this a case where key would be...

@ndelangen thanks for the response. I'll pick a time in your calendar for us to meet. I really like the idea of a CLI, but that might also be a...

Yes, I'll try to get this green in the next few days!

@ndelangen it's green now! A couple catches to be aware of though: * Generating the sandbox seems to always fail on the first try with an error that `storybook-framework-qwik` could...

adding `.storybook.mdx` would make the `introduction.mdx` file in the common template not work any more. I'm okay with keeping the mdx pattern as-is, and adding documentation to warn users to...