[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!
1.02k
stars
348
forks
source link
Argument type is not assignable to param type(see screenshot) #398
Open
kinizumi opened 6 years ago
OS:
WordpressClient version:
Node version (
node -v
):Yarn version (
yarn -v
):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); } ));