将rxjs 6.4.0更新为6.5.2后在switchMap中获取错误

时间:2019-06-05 09:02:27

标签: rxjs6 switchmap

将rxjs 6.4.0更新为6.5.2代码后,在switchMap中出现错误

$source.pipe(
      switchMap((workspaceTree: any) => {
        return runner.runExternalSchematicAsync('@schematics/angular', 'application',
          {...appOptions, name: 'my-app'}, workspaceTree)
      })
    ).subscribe()

也许有人知道发生了什么变化?

0 个答案:

没有答案