Open dzhavat opened 3 years ago
Good point @dzhavat! Without checking, I assume the two events are emitted "too close" to each other. The result is that the first one is not rendered because the second one overrules it.
Until we have #44 implemented, what do you think about something like "Unsubscribe (Last Value: 102)"?
Until we have #44 implemented, what do you think about something like "Unsubscribe (Last Value: 102)"?
In order to keep it consistent with the previous messages, I will suggest "Next: 120; Unsubscribe" or "Next: 120 • Unsubscribe" (or something in that direction).
Version Overview
Description
The last emitted value is not shown because the text immediately switches to "Unsubscribe". This can also be seen in the demo gif.
In the gif below, the last emitted value should be "Next: 120" but it's not visible.
How to Reproduce
Expected Behavior
The last emitted value should be shown as well.
Screenshots/Video
Additional Context