<@U4K79GWQL> btw, you need to use `startWith()` in...
# rx
l
@anstaendig btw, you need to use
startWith()
instead of
startWith{}
, as the latter one expects
ObservableSource
while you pass value.
👍 2