Major ergonomics issues with RxJS v7 and VS Code auto imports #119007
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
typescript
Typescript support issues
upstream-issue-linked
This is an upstream issue that has been reported upstream
Steps to Reproduce:
npm rxjs@7.0.0-beta.13
orrxjs@next
.mergeMap
and let auto-import do it's thing.rxjs/operators
, rather fromrxjs/dist/types/operators
, which is really incorrect.Does this issue occur when all extensions are disabled?: Yes
There is additional discussion of the problem here: ReactiveX/rxjs#6067
We're uncertain what we can do about it, but it's definitely a bad UX we want to fix as soon as we can.
The text was updated successfully, but these errors were encountered: