wordpress-clients / hybrid

[I don't have time to work on this anymore. Use at your own risk] Build WordPress based PWA, iOS, Android & Windows phones apps in minutes!
MIT License
1.02k stars 351 forks source link

Argument type is not assignable to param type(see screenshot) #398

Open kinizumi opened 6 years ago

kinizumi commented 6 years ago

Find bug? (see screenshot) with this.setHasErrorStream(Observable.combineLatest( this.searchTermSubject, this.typeSubject, this.store.select(state => state.search), (searchTerm: string, type: string, searchState: ISearchState) => { return _get(searchState, [${getKey(type, searchTerm)}].error, false); } ));