While working with NgRX 8 my colleagues and me are frequently facing a weird error message when implementing the effects.
Type \'Observable
I struggled with this issue for a while only to find out at the end that VS code automatically imported Observable from some library instead of rxjs
Observable
rxjs
Hope this saves someone unnecessary head banging.