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

fix(signals): withCalls mapPipe not working correctly #149

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

gabrielguerrero
Copy link
Owner

Due to a bug when using mapPipe: exhaustMap or switchMap was always behaving like a concatMap, this pr fixes the issue and adds tests

fix #148

Due to a bug when using mapPipe: exhaustMap or switchMap was always behaving like a concatMap, this
pr fixes the issue and adds tests

fix #148
@gabrielguerrero gabrielguerrero merged commit 2b9647c into main Dec 9, 2024
2 checks passed
Copy link

github-actions bot commented Dec 9, 2024

🎉 This PR is included in version 18.4.1 🎉

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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

withCalls mapPipe not working correctly
2 participants