storybook-framework-qwik
storybook-framework-qwik copied to clipboard
Add Qwik support to storybook
I see this warning in the console when using qwik 1.4.2, but not earlier versions. As far as I can tell, it doesn't actually break anything? ``` 11:23:29 AM [vite]...
When I referenced an undefined variable, I go this error message That's not great...
SSR
Currently, we only render stories in dev mode, meaning we don't exercise and serialization logic. If someone is depending on this while developing, that is a bad limitation - something...
I'm tired of doing releases manually. Automate it in some way (Not sure of the best way. Detect a change in package.json version? Trigger action from GitHub UI?)
First off, thank you for putting this project together! While there were extra steps to make it work, the main problem I have right now is that the generated source...
Right now, when you change any file, it will reload your current SB story, even if the changed file doesn't have anything to do with that story. This is a...
This is getting spit out in the terminal on repeat (like 100x+) when viewing stories now: `context method emitFile() is not supported in serve mode. This plugin is likely not...
I am seeing this error in the terminal when starting storybook after migrating everything to latest: ``` ... "@builder.io/qwik": "^1.5.7", "@builder.io/qwik-city": "^1.5.7", ... "@storybook/addon-essentials": "8.1.10", "@storybook/addon-links": "8.1.10", "@storybook/blocks": "8.1.10", "@storybook/builder-vite":...