w11k/Tydux

selectNonNil shouldn't return an Observable<T | undefined>

Closed this issue · 0 comments

With

State {
  field: string | undefined;
}

I expect Store#selectNonNil would return an Observable<string> instead of an Observable<string|undefined>.