RxJS version: 5.5.6 Code to reproduce: someObservable.pipe( map(val => ["foo", 42]), map(([str, num]) => null) ); Expected behavior: str ...
確定! 回上一頁