Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kinizumi opened this issue Feb 9, 2018 · 0 comments
Open

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

kinizumi opened this issue Feb 9, 2018 · 0 comments

Comments

@kinizumi
Copy link

kinizumi commented Feb 9, 2018

  • OS:

  • WordpressClient version:
    screen shot 2018-02-09 at 11 17 15 am 2

  • 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);
}
));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant