I have a use case where withLatestFrom does not emit the latest value #7221
Unanswered
ryandegruyter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a simple angular app here: https://stackblitz.com/edit/angular-hbcanh?file=src/main.ts
Wondering why it takes 2 clicks before the value 'B' is eventually emitted, instead of 1.
Is there a race condition here?
Kind regards,
Beta Was this translation helpful? Give feedback.
All reactions