Skip to content
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

useSubscriptionWithDependencies should not resolve the promise when args are null #157

Open
pleek91 opened this issue Dec 20, 2022 · 0 comments

Comments

@pleek91
Copy link
Collaborator

pleek91 commented Dec 20, 2022

Description

The "void" action that the composition uses means that it treats that subscription like any other subscription. So a subscription that has null args ends up with a resolved promise. This makes waiting for a subscriptions promise to be resolved unusable. The promise should not be resolved when waiting for args.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant