-
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
[🐞] V2 - “useTask$” only listens for the first change in the client. #7134
Labels
Comments
devcaeg
added
STATUS-1: needs triage
New issue which needs to be triaged
TYPE: bug
Something isn't working
labels
Dec 6, 2024
Varixo
added
VERSION: upcoming major
COMP: runtime
and removed
STATUS-1: needs triage
New issue which needs to be triaged
labels
Dec 6, 2024
@Varixo are you fixing right now? May I pick this version 2 bug? |
one Workaround is like this return {store, from}; @devcaeg |
Yes, that's the way it works. But anyway plugins like modular-forms uses |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which component is affected?
Qwik Runtime
Describe the bug
Using a “track” in a “useTask$” causes the client to hear only the first change in the “track” but not the other changes.
Reproduction
https://stackblitz.com/edit/github-6f6maw-u2pxmf?file=src%2Froutes%2Findex.tsx
Steps to reproduce
Make multiples clicks on the “Toggle errors” button, and you will see how only the first error is executed, and you will not hear anymore the change of errors.
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: