We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS:
WordpressClient version:
Node version (node -v):
node -v
Yarn version (yarn -v):
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); } ));
[${getKey(type, searchTerm)}].error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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);}
));
The text was updated successfully, but these errors were encountered: