lhbvita
Results
1
issues of
lhbvita
### Describe the bug here, this.__linkServ.links is type of Observable and this.__userServ.getUserInfo() is type of ReplaySubject, but folow code get error. `combineLatest([this.__linkServ.links, this.__userServ.getUserInfo()]) .pipe(takeUntil(this.__destroy$)) .subscribe(([links, userInfo]) => { const link...