Skip to content

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

@kinizumi

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions