-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐞] QwikLoader missing in Storybook #5157
Comments
can you provide repro instructions?
|
ah sorry i forgot about it
|
The application does not work because there is no Once fixed it would be great to update the instructions https://qwik.builder.io/docs/integrations/storybook/ for others. |
seems like this is fixed via literalpie/storybook-framework-qwik#68 closing |
Which component is affected?
Qwik Runtime
Describe the bug
it seems useVisibleTask$ not working (the code inside is not executed) but useTask$ is working
Reproduction
https://stackblitz.com/edit/qwik-starter-4bzif2
Steps to reproduce
pnpm install && pnpm dev
System Info
Additional Information
qwik v1.1.5 works but v1.2.x does not work
console log of text "inside task" and "inside visible task"
button > Primary on storybook
console log "inside visible task" executed by useVisibleTask$
console log "inside visible task" not executed (didn't show at console)
The text was updated successfully, but these errors were encountered: