Type 'Observable<void>' is not assignable to type 'Observable<Action>'. #3461
-
I can't figure out what's wrong it looks like everything is right as in the tutorial
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am pretty sure |
Beta Was this translation helpful? Give feedback.
I am pretty sure
map(data => console.log(data))
is supposed to usetap
as you are mapping to console log which is 99% wrong.