-
Notifications
You must be signed in to change notification settings - Fork 5
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
WithCalls new props callWith and defaultResult #151
Labels
Comments
gabrielguerrero
pushed a commit
that referenced
this issue
Dec 21, 2024
new callWithParams prop allows reactively call the method when other signals or observables change Fix #151
gabrielguerrero
pushed a commit
that referenced
this issue
Dec 21, 2024
…p to initialize result new callWithParams prop allows reactively call the method when other signals or observables change Fix #151
gabrielguerrero
pushed a commit
that referenced
this issue
Jan 13, 2025
…p to initialize result new callWithParams prop allows reactively call the method when other signals or observables change Fix #151
gabrielguerrero
pushed a commit
that referenced
this issue
Jan 25, 2025
…p to initialize result new callWithParams prop allows reactively call the method when other signals or observables change Fix #151
gabrielguerrero
pushed a commit
that referenced
this issue
Jan 25, 2025
…p to initialize result new callWithParams prop allows reactively call the method when other signals or observables change Fix #151
gabrielguerrero
pushed a commit
that referenced
this issue
Jan 25, 2025
…p to initialize result new callWithParams prop allows reactively call the method when other signals or observables change Fix #151
🎉 This issue has been resolved in version 19.0.0-beta.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add to new properties to the typedCallConfig of withCalls
defaultResult, will allow the user to initialize the result property of the call, and makes the result prop non nullable
callWith: Allow to reactively execute the call with the provided params.Supports the following:
Signal
orObservable
emitting the parameter of the call or undefined.Examples
The text was updated successfully, but these errors were encountered: